diff --git a/README.md b/README.md index 20ba448..fc65202 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ I won't mind if you take some code to learn or improve but please don't be a skid. -Feel free to ask me questions, NotSoSuper#8800 on Discord. +Feel free to ask me questions, NotSoSuper#0001 on Discord. The MySQL database scheme is included in `discord.sql`, you will have to reverse or replace the enviormental variables in the code for proper results. diff --git a/mods/Info.py b/mods/Info.py index 444338e..6451396 100644 --- a/mods/Info.py +++ b/mods/Info.py @@ -227,7 +227,7 @@ async def cinfo(self, ctx): async def botinfo(self, ctx): """Bot Information""" msg = "NotSoBot\n" - msg += "Creator: @NotSoSuper#8800\n" + msg += "Creator: @NotSoSuper#0001\n" msg += "Creator Steam: http://steamcommunity.com/id/suck\n" msg += "Library: Discord.py\n" msg += "Code: https://github.com/NotSoSuper/notsosuper_bot/\n" @@ -397,4 +397,4 @@ async def wolframalpha(self, *, q:str): await self.bot.say(msg) def setup(bot): - bot.add_cog(Info(bot)) \ No newline at end of file + bot.add_cog(Info(bot))