Created
July 4, 2016 16:28
-
-
Save outout14/858fdffcd188f033d086faaeac0f9be4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 à **[email protected]** ! \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