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:
5class CommandNotFound:
6    class Embed:
7        title = "❤️ COMMAND NOT FOUND!"
8        des = "**❤️ Could not find the command or cog named that.**"
CommandNotFound()
class CommandNotFound.Embed:
6    class Embed:
7        title = "❤️ COMMAND NOT FOUND!"
8        des = "**❤️ Could not find the command or cog named that.**"
CommandNotFound.Embed()
title = '❤️ COMMAND NOT FOUND!'
des = '**❤️ Could not find the command or cog named that.**'
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
CommandUsage()
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
CommandUsage.Embed()
title = '🧡 COMMAND USAGE!'
des = "***🧡{}, please use the correct command usage or else goldy ain't understanding you: ``{}``***"
thumbnail = 'https://pa1.narvii.com/6962/5aea6e415556771b6d52941a58a68bab12b571a2r1-490-390_hq.gif'
colour = 16027660
class CommandNoPerms:
17class CommandNoPerms:
18    class Embed:
19        title = "💔 NO PERMS!"
20        des = "***💔{}, you don't have permission to use this command.***"
21        thumbnail = "https://c.tenor.com/fLBpWkmS5Y8AAAAd/looney-tunes-daffy-duck.gif"
22        colour = goldy.colours.RED
CommandNoPerms()
class CommandNoPerms.Embed:
18    class Embed:
19        title = "💔 NO PERMS!"
20        des = "***💔{}, you don't have permission to use this command.***"
21        thumbnail = "https://c.tenor.com/fLBpWkmS5Y8AAAAd/looney-tunes-daffy-duck.gif"
22        colour = goldy.colours.RED
CommandNoPerms.Embed()
title = '💔 NO PERMS!'
des = "***💔{}, you don't have permission to use this command.***"
thumbnail = 'https://c.tenor.com/fLBpWkmS5Y8AAAAd/looney-tunes-daffy-duck.gif'
colour = 16711680
class CommandGuildNotRegistered:
24class CommandGuildNotRegistered:
25    class Embed:
26        title = "🧡 GUILD NOT REGISTERED!"
27        des = "***🧡{}, this guild is not registered.***"
28        thumbnail = "http://comics-porn.info/img/anime-sweating-gif-5.jpg"
29        colour = goldy.colours.AKI_ORANGE
CommandGuildNotRegistered()
class CommandGuildNotRegistered.Embed:
25    class Embed:
26        title = "🧡 GUILD NOT REGISTERED!"
27        des = "***🧡{}, this guild is not registered.***"
28        thumbnail = "http://comics-porn.info/img/anime-sweating-gif-5.jpg"
29        colour = goldy.colours.AKI_ORANGE
CommandGuildNotRegistered.Embed()
title = '🧡 GUILD NOT REGISTERED!'
des = '***🧡{}, this guild is not registered.***'
thumbnail = 'http://comics-porn.info/img/anime-sweating-gif-5.jpg'
colour = 16027660