Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions mods/Info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -397,4 +397,4 @@ async def wolframalpha(self, *, q:str):
await self.bot.say(msg)

def setup(bot):
bot.add_cog(Info(bot))
bot.add_cog(Info(bot))