Browse Source

Settings cog moved over to the new internal settings object stuff. Also some extra comments here and there/

tags/v1.5.0
Roxie Gibson 6 years ago
parent
commit
5ee67ce6be
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      main.py

+ 1
- 1
main.py View File



@bot.event @bot.event
async def on_ready(): async def on_ready():
bot.settings = gs.get(bot.guilds)
bot.settings = gs.get_all(bot.guilds)


print("Discord.py version: " + discord.__version__) print("Discord.py version: " + discord.__version__)
print("Client logged in\n") print("Client logged in\n")

Loading…
Cancel
Save