mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 21:02:38 +00:00
Moved around cog adding to better align file creation
This commit is contained in:
parent
c45663930e
commit
8d11679435
1 changed files with 1 additions and 1 deletions
|
@ -81,8 +81,8 @@ async def test(ctx):
|
||||||
embed = embed.set_thumbnail('https://cdn.discordapp.com/attachments/353251794161500163/357707620561453077/9d803ea3-b7fa-401f-89cf-f32cf21fe772.png')
|
embed = embed.set_thumbnail('https://cdn.discordapp.com/attachments/353251794161500163/357707620561453077/9d803ea3-b7fa-401f-89cf-f32cf21fe772.png')
|
||||||
ctx.send('Embed test', embed=embed)
|
ctx.send('Embed test', embed=embed)
|
||||||
|
|
||||||
bot.add_cog(info.Info(bot))
|
|
||||||
bot.add_cog(tools.Utils(bot))
|
bot.add_cog(tools.Utils(bot))
|
||||||
|
bot.add_cog(info.Info(bot))
|
||||||
bot.add_cog(booru.MsG(bot))
|
bot.add_cog(booru.MsG(bot))
|
||||||
|
|
||||||
bot.run(config['token'])
|
bot.run(config['token'])
|
||||||
|
|
Loading…
Reference in a new issue