From f7689422e2e8a368736092d12085f63d934c52bc Mon Sep 17 00:00:00 2001 From: Fogapod Date: Wed, 21 Feb 2018 10:48:31 +0300 Subject: [PATCH 1/6] You have cancer discrim now --- README.md | 2 +- mods/Info.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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)) From 0c8a40ab923de1e818bdfa71bc778f294e9baf54 Mon Sep 17 00:00:00 2001 From: Eugene Date: Sat, 5 May 2018 19:04:43 +0300 Subject: [PATCH 2/6] fixed your discrim again --- README.md | 2 +- mods/Info.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc65202..82b7782 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#0001 on Discord. +Feel free to ask me questions, NotSoSuper#1338 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 6451396..fe34d4f 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#0001\n" + msg += "Creator: @NotSoSuper#1338\n" msg += "Creator Steam: http://steamcommunity.com/id/suck\n" msg += "Library: Discord.py\n" msg += "Code: https://github.com/NotSoSuper/notsosuper_bot/\n" From f27e5f1f098a0bf02c9ee87b8750d4620cb2539e Mon Sep 17 00:00:00 2001 From: Eugene Date: Sun, 6 May 2018 17:02:03 +0300 Subject: [PATCH 3/6] Deleted \n From b626809e225862416ca1573ee15fff3c546fffcf Mon Sep 17 00:00:00 2001 From: Eugene Date: Sun, 6 May 2018 17:03:30 +0300 Subject: [PATCH 4/6] Github is bugged, deleted \n again From b1f279dfc010884097dd9f25f75cd2b55c465c94 Mon Sep 17 00:00:00 2001 From: Eugene Date: Sun, 6 May 2018 17:06:27 +0300 Subject: [PATCH 5/6] Deleted \n again, if it won't work, I give up From bc6566108ec499127307163940431b11a8b6425c Mon Sep 17 00:00:00 2001 From: Eugene Date: Mon, 14 May 2018 19:18:48 +0300 Subject: [PATCH 6/6] You're back --- README.md | 2 +- mods/Info.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82b7782..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#1338 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 fe34d4f..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#1338\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"