Skip to content

Instantly share code, notes, and snippets.

@outout14
Created July 4, 2016 16:28
Show Gist options
  • Save outout14/858fdffcd188f033d086faaeac0f9be4 to your computer and use it in GitHub Desktop.
Save outout14/858fdffcd188f033d086faaeac0f9be4 to your computer and use it in GitHub Desktop.
version = '1.0'
info = '🍁 **Pomme bot INFO - Un bot de modération** \n🦄 Développeur : **Outout14** \n⚙ Version : **Release 1.0**\n 🖥 Host : **Powered by outout14**.\n 🔧 Api : **discord.py**\n ⌨ Langage : **Python**\n \n 📪 Idées ? Envoyez moi un mail à **outout@blackscarx.com** ! \n 💰 Donateurs : BlackScarx \n 🔧 Contributeurs : Xerces, BlackScarx, Eyesofcreeper'
helpe = '🍁 Pomme Bot \nℹ Liste des commandes : \n \n👉 -info, Affiche les informations du bot \n👉 -help affiche l\'aide \n👉 -getinfo affiche des informations sur votre compte\n👉 -mute <pseudo>, permet de rendre muet une personne\n👉 -unmute <pseudo>, permet de permettre à la personne de parler\n👉 -ban <pseudo>, permet de bannir quelqu\'un \n'
getinfo = 'Getinfo' + '\n👉 Votre id est ' + message.author.id+'\n👉 Votre pseudo est ' + message.author.name+'\n👉 Votre rôle principale est '+str(la)
broadcast_prefix = '[**📣 Annonce**]'
kick_mp = '✅ Le joueur ' + str(argument) + ' à bien été expulsé !'
kick_msg = '✅ ' + str(argument) + ' à été expulsé par ' + message.author.mention + ' !'
ban_mp = '✅ Le joueur ' + str(argument) + ' à bien été banni !'
ban_msg = '✅ ' + str(argument) + ' à été banni par ' + message.author.mention + ' !'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment