GoldyBot.utility.msgs.bot
1import GoldyBot 2from .. import goldy 3 4class CommandNotFound: 5 class Embed: 6 title = "❤️ COMMAND NOT FOUND!" 7 des = "**❤️ Could not find the command or cog named that.**" 8 9class CommandUsage: 10 class Embed: 11 title = "🧡 COMMAND USAGE!" 12 des = "***🧡{}, please use the correct command usage or else goldy ain't understanding you: ``{}``***" 13 thumbnail = "https://pa1.narvii.com/6962/5aea6e415556771b6d52941a58a68bab12b571a2r1-490-390_hq.gif" 14 colour = goldy.colours.AKI_ORANGE 15 16class CommandNoPerms: 17 class Embed: 18 title = "💔 NO PERMS!" 19 des = "***💔{}, you don't have permission to use this command.***" 20 thumbnail = "https://c.tenor.com/fLBpWkmS5Y8AAAAd/looney-tunes-daffy-duck.gif" 21 colour = goldy.colours.RED 22 23class CommandGuildNotRegistered: 24 class Embed: 25 title = "🧡 GUILD NOT REGISTERED!" 26 des = "***🧡{}, this guild is not registered.***" 27 thumbnail = "http://comics-porn.info/img/anime-sweating-gif-5.jpg" 28 colour = goldy.colours.AKI_ORANGE
class
CommandNotFound:
class
CommandNotFound.Embed:
class
CommandUsage:
10class CommandUsage: 11 class Embed: 12 title = "🧡 COMMAND USAGE!" 13 des = "***🧡{}, please use the correct command usage or else goldy ain't understanding you: ``{}``***" 14 thumbnail = "https://pa1.narvii.com/6962/5aea6e415556771b6d52941a58a68bab12b571a2r1-490-390_hq.gif" 15 colour = goldy.colours.AKI_ORANGE
class
CommandUsage.Embed:
11 class Embed: 12 title = "🧡 COMMAND USAGE!" 13 des = "***🧡{}, please use the correct command usage or else goldy ain't understanding you: ``{}``***" 14 thumbnail = "https://pa1.narvii.com/6962/5aea6e415556771b6d52941a58a68bab12b571a2r1-490-390_hq.gif" 15 colour = goldy.colours.AKI_ORANGE
class
CommandNoPerms:
class
CommandNoPerms.Embed:
class
CommandGuildNotRegistered:
class
CommandGuildNotRegistered.Embed: