diff --git a/bot/__init__.py b/bot/__init__.py index 630bfa76..28318771 100644 --- a/bot/__init__.py +++ b/bot/__init__.py @@ -1,5 +1,5 @@ # Ensō~Chan - A Multi Purpose Discord Bot That Has Everything Your Server Needs! -# Copyright (C) 2020 Goudham Suresh +# Copyright (C) 2020 Hamothy # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/bot/libs/cache.py b/bot/libs/cache.py index 504c6845..09dffa9a 100644 --- a/bot/libs/cache.py +++ b/bot/libs/cache.py @@ -1,5 +1,5 @@ # Ensō~Chan - A Multi Purpose Discord Bot That Has Everything Your Server Needs! -# Copyright (C) 2020 Goudham Suresh +# Copyright (C) 2020 Hamothy # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/cogs/botlists.py b/cogs/botlists.py index a7d0435c..79108432 100644 --- a/cogs/botlists.py +++ b/cogs/botlists.py @@ -1,5 +1,5 @@ # Ensō~Chan - A Multi Purpose Discord Bot That Has Everything Your Server Needs! -# Copyright (C) 2020 Goudham Suresh +# Copyright (C) 2020 Hamothy # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/cogs/enso.py b/cogs/enso.py index 00736463..c7c217bc 100644 --- a/cogs/enso.py +++ b/cogs/enso.py @@ -1,5 +1,5 @@ # Ensō~Chan - A Multi Purpose Discord Bot That Has Everything Your Server Needs! -# Copyright (C) 2020 Goudham Suresh +# Copyright (C) 2020 Hamothy # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/cogs/error.py b/cogs/error.py index 39cde32b..42949ce0 100644 --- a/cogs/error.py +++ b/cogs/error.py @@ -1,5 +1,5 @@ # Ensō~Chan - A Multi Purpose Discord Bot That Has Everything Your Server Needs! -# Copyright (C) 2020 Goudham Suresh +# Copyright (C) 2020 Hamothy # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/cogs/fun.py b/cogs/fun.py index 15123026..a23771b0 100644 --- a/cogs/fun.py +++ b/cogs/fun.py @@ -1,5 +1,5 @@ # Ensō~Chan - A Multi Purpose Discord Bot That Has Everything Your Server Needs! -# Copyright (C) 2020 Goudham Suresh +# Copyright (C) 2020 Hamothy # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/cogs/guild.py b/cogs/guild.py index 7705f088..31e10617 100644 --- a/cogs/guild.py +++ b/cogs/guild.py @@ -1,5 +1,5 @@ # Ensō~Chan - A Multi Purpose Discord Bot That Has Everything Your Server Needs! -# Copyright (C) 2020 Goudham Suresh +# Copyright (C) 2020 Hamothy # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/cogs/help.py b/cogs/help.py index 7fb29a96..9680e28c 100644 --- a/cogs/help.py +++ b/cogs/help.py @@ -1,5 +1,5 @@ # Ensō~Chan - A Multi Purpose Discord Bot That Has Everything Your Server Needs! -# Copyright (C) 2020 Goudham Suresh +# Copyright (C) 2020 Hamothy # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/cogs/info.py b/cogs/info.py index 524fa3ee..1979355a 100644 --- a/cogs/info.py +++ b/cogs/info.py @@ -1,5 +1,5 @@ # Ensō~Chan - A Multi Purpose Discord Bot That Has Everything Your Server Needs! -# Copyright (C) 2020 Goudham Suresh +# Copyright (C) 2020 Hamothy # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -30,7 +30,7 @@ from discord.ext.commands import BucketType, cooldown, bot_has_permissions, guil from discord.ext.commands import command from psutil import Process, virtual_memory -from bot.libs.paginator import SimpleMenu +from cogs.libs.paginators import SimpleMenu # Using forzenset # Permissions to filter through diff --git a/cogs/interactive.py b/cogs/interactive.py index be70966f..8ba6a0e2 100644 --- a/cogs/interactive.py +++ b/cogs/interactive.py @@ -1,5 +1,5 @@ # Ensō~Chan - A Multi Purpose Discord Bot That Has Everything Your Server Needs! -# Copyright (C) 2020 Goudham Suresh +# Copyright (C) 2020 Hamothy # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/cogs/libs/__init__.py b/cogs/libs/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/cogs/moderation.py b/cogs/moderation.py index 57147f35..d8bcceac 100644 --- a/cogs/moderation.py +++ b/cogs/moderation.py @@ -1,5 +1,5 @@ # Ensō~Chan - A Multi Purpose Discord Bot That Has Everything Your Server Needs! -# Copyright (C) 2020 Goudham Suresh +# Copyright (C) 2020 Hamothy # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/cogs/owner.py b/cogs/owner.py index 493b5062..ae7d9c05 100644 --- a/cogs/owner.py +++ b/cogs/owner.py @@ -1,5 +1,5 @@ # Ensō~Chan - A Multi Purpose Discord Bot That Has Everything Your Server Needs! -# Copyright (C) 2020 Goudham Suresh +# Copyright (C) 2020 Hamothy # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/cogs/relationship.py b/cogs/relationship.py index aada8690..4138f260 100644 --- a/cogs/relationship.py +++ b/cogs/relationship.py @@ -1,5 +1,5 @@ # Ensō~Chan - A Multi Purpose Discord Bot That Has Everything Your Server Needs! -# Copyright (C) 2020 Goudham Suresh +# Copyright (C) 2020 Hamothy # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/cogs/statcord.py b/cogs/statcord.py index 37495378..40cea1ca 100644 --- a/cogs/statcord.py +++ b/cogs/statcord.py @@ -1,5 +1,5 @@ # Ensō~Chan - A Multi Purpose Discord Bot That Has Everything Your Server Needs! -# Copyright (C) 2020 Goudham Suresh +# Copyright (C) 2020 Hamothy # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/main.py b/main.py index 287d09d0..cc540415 100644 --- a/main.py +++ b/main.py @@ -1,5 +1,5 @@ # Ensō~Chan - A Multi Purpose Discord Bot That Has Everything Your Server Needs! -# Copyright (C) 2020 Goudham Suresh +# Copyright (C) 2020 Hamothy # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by