From 99e7d90185cf03a229f9757692e9dfc8ecbcc93a Mon Sep 17 00:00:00 2001 From: cswimr Date: Mon, 16 Sep 2024 09:20:13 -0400 Subject: [PATCH] changed all instances of SeaswimmerTheFsh to cswimr --- exportchannels/exportchannels.py | 4 +++- forums/forums.py | 2 +- forums/info.json | 4 ++-- galaxy/galaxy.py | 8 ++++---- galaxy/info.json | 4 ++-- info.json | 4 ++-- info/info.json | 4 ++-- issues/info.json | 4 ++-- issues/issues.py | 10 ++++++---- podcast/info.json | 4 ++-- podcast/podcast.py | 5 +++-- send/info.json | 4 ++-- shortmute/info.json | 4 ++-- suggestions/info.json | 4 ++-- sugoncredit/info.json | 4 ++-- worldzero/info.json | 4 ++-- worldzero/worldzero.py | 5 +++-- youtubedownloader/info.json | 4 ++-- 18 files changed, 44 insertions(+), 38 deletions(-) diff --git a/exportchannels/exportchannels.py b/exportchannels/exportchannels.py index 7bdf70a..50b5c04 100644 --- a/exportchannels/exportchannels.py +++ b/exportchannels/exportchannels.py @@ -1,11 +1,13 @@ import asyncio import os + import discord from redbot.core import Config, checks, commands, data_manager + class ExportChannels(commands.Cog): """Custom cog to export channels to JSON and HTML formats using Discord Chat Exporter. - Developed by SeaswimmerTheFsh and yname.""" + Developed by cswimr and yname.""" def __init__(self, bot): self.bot = bot diff --git a/forums/forums.py b/forums/forums.py index 0400c50..99226d6 100644 --- a/forums/forums.py +++ b/forums/forums.py @@ -5,7 +5,7 @@ from redbot.core import Config, commands class Forums(commands.Cog): """Custom cog intended for use on the Galaxy discord server. - Developed by SeaswimmerTheFsh.""" + Developed by cswimr.""" def __init__(self, bot): self.bot = bot diff --git a/forums/info.json b/forums/info.json index 6ab1b64..537c970 100644 --- a/forums/info.json +++ b/forums/info.json @@ -1,6 +1,6 @@ { - "author" : ["SeaswimmerTheFsh"], - "install_msg" : "Thank you for installing Forums!\nYou can find the source code of this cog here: https://coastalcommits.com/SeaswimmerTheFsh/GalaxyCogs", + "author" : ["cswimr"], + "install_msg" : "Thank you for installing Forums!\nYou can find the source code of this cog here: https://coastalcommits.com/cswimr/GalaxyCogs", "name" : "Forums", "short" : "Custom cog intended for use on the Galaxy discord server.", "description" : "Custom cog intended for use on the Galaxy discord server.", diff --git a/galaxy/galaxy.py b/galaxy/galaxy.py index 6f15dde..4469fc4 100644 --- a/galaxy/galaxy.py +++ b/galaxy/galaxy.py @@ -1,15 +1,15 @@ -from random import randint import re -import subprocess from datetime import datetime +from random import randint + import discord -from redbot.core import Config, app_commands, checks, commands +from redbot.core import Config, app_commands, commands from redbot.core.app_commands import Choice class Galaxy(commands.Cog): """Custom cog intended for use on the Galaxy discord server. - Developed by SeaswimmerTheFsh.""" + Developed by cswimr.""" def __init__(self, bot): self.bot = bot diff --git a/galaxy/info.json b/galaxy/info.json index 1df347d..4da7dec 100644 --- a/galaxy/info.json +++ b/galaxy/info.json @@ -1,6 +1,6 @@ { - "author" : ["SeaswimmerTheFsh"], - "install_msg" : "Thank you for installing Galaxy!\nYou can find the source code of this cog here: https://coastalcommits.com/SeaswimmerTheFsh/GalaxyCogs", + "author" : ["cswimr"], + "install_msg" : "Thank you for installing Galaxy!\nYou can find the source code of this cog here: https://coastalcommits.com/cswimr/GalaxyCogs", "name" : "Galaxy", "short" : "Custom cog intended for use on the Galaxy discord server.", "description" : "Custom cog intended for use on the Galaxy discord server.", diff --git a/info.json b/info.json index 60aa99a..8fe9103 100644 --- a/info.json +++ b/info.json @@ -1,8 +1,8 @@ { "author": [ - "SeaswimmerTheFsh, yname, meelyman" + "cswimr, yname, meelyman" ], - "install_msg": "Thanks for installing my repo!\n\nIf you have any issues with any of the cogs, please create an issue here: https://coastalcommits.com/SeaswimmerTheFsh/GalaxyCogs/issues.", + "install_msg": "Thanks for installing my repo!\n\nIf you have any issues with any of the cogs, please create an issue here: https://coastalcommits.com/cswimr/GalaxyCogs/issues.", "name": "Galaxy", "short": "Cogs intended for use on the Galaxy discord server.", "description": "Custom cogs/cog modifications intended for the Galaxy discord server." diff --git a/info/info.json b/info/info.json index 77202a4..1bb812b 100644 --- a/info/info.json +++ b/info/info.json @@ -1,6 +1,6 @@ { - "author" : ["SeaswimmerTheFsh"], - "install_msg" : "Thank you for installing Info!\nYou can find the source code of this cog here: https://coastalcommits.com/SeaswimmerTheFsh/GalaxyCogs", + "author" : ["cswimr"], + "install_msg" : "Thank you for installing Info!\nYou can find the source code of this cog here: https://coastalcommits.com/cswimr/GalaxyCogs", "name" : "Info", "short" : "Provides information on Discord objects.", "description" : "Provides information on Discord objects. Most of this code is shamelessly ripped from .", diff --git a/issues/info.json b/issues/info.json index a2899e0..bf27f15 100644 --- a/issues/info.json +++ b/issues/info.json @@ -1,6 +1,6 @@ { - "author" : ["SeaswimmerTheFsh"], - "install_msg" : "Thank you for installing Issues!\nYou can find the source code of this cog here: https://coastalcommits.com/SeaswimmerTheFsh/GalaxyCogs", + "author" : ["cswimr"], + "install_msg" : "Thank you for installing Issues!\nYou can find the source code of this cog here: https://coastalcommits.com/cswimr/GalaxyCogs", "name" : "Issues", "short" : "This cog allows you to create Gitea issues through a Discord modal.", "description" : "This cog allows you to create Gitea issues through a Discord modal.", diff --git a/issues/issues.py b/issues/issues.py index 70d5588..2365d1a 100644 --- a/issues/issues.py +++ b/issues/issues.py @@ -1,10 +1,12 @@ import discord -from redbot.core import Config, app_commands, commands, checks +from redbot.core import Config, app_commands, checks, commands + from . import modals + class Issues(commands.Cog): """This cog allows you to create Gitea issues through a Discord modal. - Developed by SeaswimmerTheFsh.""" + Developed by cswimr.""" def __init__(self, bot): self.bot = bot @@ -31,8 +33,8 @@ class Issues(commands.Cog): """Found a bug or have a suggestion for the Galaxy bot? Use this command.""" color = await self.bot.get_embed_color(None) embed = discord.Embed(title="Issue Reporting & Suggestions", color=await self.bot.get_embed_color(None), description="Have a problem or a suggestion for the Galaxy bot or GalaxyCogs? Read this!") - embed.add_field(name="Bot Issues & Suggestions", value="If you'd like to submit a suggestion or a bug report to the developers of the Galaxy bot, please do so with the buttons below or by going [here](https://coastalcommits.com/SeaswimmerTheFsh/GalaxyCogs/issues/new/choose).\n**Please make sure whatever you're suggesting or reporting doesn't have an existing issue! If it does, you can comment on that issue with additional details if necessary.**") - embed.add_field(name="Cog Issues & Suggestions", value="If you'd like to submit a suggestion or a bug report to the developers of GalaxyCogs, please do so with the buttons below or by going [here](https://coastalcommits.com/SeaswimmerTheFsh/GalaxyCogs/issues/new/choose).\n**Please make sure whatever you're suggesting or reporting doesn't have an existing issue! If it does, you can comment on that issue with additional details if necessary.**") + embed.add_field(name="Bot Issues & Suggestions", value="If you'd like to submit a suggestion or a bug report to the developers of the Galaxy bot, please do so with the buttons below or by going [here](https://coastalcommits.com/cswimr/GalaxyCogs/issues/new/choose).\n**Please make sure whatever you're suggesting or reporting doesn't have an existing issue! If it does, you can comment on that issue with additional details if necessary.**") + embed.add_field(name="Cog Issues & Suggestions", value="If you'd like to submit a suggestion or a bug report to the developers of GalaxyCogs, please do so with the buttons below or by going [here](https://coastalcommits.com/cswimr/GalaxyCogs/issues/new/choose).\n**Please make sure whatever you're suggesting or reporting doesn't have an existing issue! If it does, you can comment on that issue with additional details if necessary.**") await interaction.response.send_message(embed=embed, view=self.IssueButtons(color, self, interaction), ephemeral=True) async def submit_issue_request(self, interaction: discord.Interaction, original_interaction: discord.Interaction, embed: discord.Embed): diff --git a/podcast/info.json b/podcast/info.json index 2ceaa70..5dfc883 100644 --- a/podcast/info.json +++ b/podcast/info.json @@ -1,6 +1,6 @@ { - "author" : ["SeaswimmerTheFsh"], - "install_msg" : "Thank you for installing Podcast!\nYou can find the source code of this cog here: https://coastalcommits.com/SeaswimmerTheFsh/GalaxyCogs", + "author" : ["cswimr"], + "install_msg" : "Thank you for installing Podcast!\nYou can find the source code of this cog here: https://coastalcommits.com/cswimr/GalaxyCogs", "name" : "Podcast", "short" : "Provides a questions submission system.", "description" : "Provies a questions submission system.", diff --git a/podcast/podcast.py b/podcast/podcast.py index b110ef7..e466674 100644 --- a/podcast/podcast.py +++ b/podcast/podcast.py @@ -1,8 +1,9 @@ -from redbot.core import commands, checks, Config +from redbot.core import Config, checks, commands + class Podcast(commands.Cog): """Provides a questions submission system for podcasts. - Developed by SeaswimmerTheFsh.""" + Developed by cswimr.""" def __init__(self, bot): self.bot = bot diff --git a/send/info.json b/send/info.json index 7b95a5c..3623acb 100644 --- a/send/info.json +++ b/send/info.json @@ -1,6 +1,6 @@ { - "author" : ["SeaswimmerTheFsh"], - "install_msg" : "Thank you for installing Send!\nYou can find the source code of this cog here: https://coastalcommits.com/SeaswimmerTheFsh/GalaxyCogs", + "author" : ["cswimr"], + "install_msg" : "Thank you for installing Send!\nYou can find the source code of this cog here: https://coastalcommits.com/cswimr/GalaxyCogs", "name" : "Send", "short" : "Allows you to send messages as the bot user!", "description" : "Allows you to send messages as the bot user!.", diff --git a/shortmute/info.json b/shortmute/info.json index 161b6c7..6bf1009 100644 --- a/shortmute/info.json +++ b/shortmute/info.json @@ -1,6 +1,6 @@ { - "author" : ["SeaswimmerTheFsh"], - "install_msg" : "Thank you for installing Shortmute!\nYou can find the source code of this cog here: https://coastalcommits.com/SeaswimmerTheFsh/GalaxyCogs", + "author" : ["cswimr"], + "install_msg" : "Thank you for installing Shortmute!\nYou can find the source code of this cog here: https://coastalcommits.com/cswimr/GalaxyCogs", "name" : "Shortmute", "short" : "Allows staff members to shortmute individuals for up to 30 minutes.", "description" : "Allows staff members to shortmute individuals for up to 30 minutes, using Discord's Timeouts feature.", diff --git a/suggestions/info.json b/suggestions/info.json index ee66dd9..ade2721 100644 --- a/suggestions/info.json +++ b/suggestions/info.json @@ -1,6 +1,6 @@ { - "author" : ["SeaswimmerTheFsh, meelyman"], - "install_msg" : "Thank you for installing Suggestions!\nYou can find the source code of this cog here: https://coastalcommits.com/SeaswimmerTheFsh/GalaxyCogs\nYou can find the original source code from SauriCogs here: ", + "author" : ["cswimr, meelyman"], + "install_msg" : "Thank you for installing Suggestions!\nYou can find the source code of this cog here: https://coastalcommits.com/cswimr/GalaxyCogs\nYou can find the original source code from SauriCogs here: ", "name" : "Suggestions", "short" : "Simple suggestions system.", "description" : "Per guild suggestions system.", diff --git a/sugoncredit/info.json b/sugoncredit/info.json index 5904a4b..57d0d80 100644 --- a/sugoncredit/info.json +++ b/sugoncredit/info.json @@ -1,6 +1,6 @@ { - "author" : ["SeaswimmerTheFsh"], - "install_msg" : "Thank you for installing SugonCredit!\n**Please load the Economy cog before loading this cog.**\nYou can find the source code of this cog here: https://coastalcommits.com/SeaswimmerTheFsh/GalaxyCogs.", + "author" : ["cswimr"], + "install_msg" : "Thank you for installing SugonCredit!\n**Please load the Economy cog before loading this cog.**\nYou can find the source code of this cog here: https://coastalcommits.com/cswimr/GalaxyCogs.", "name" : "SugonCredit", "short" : "Simple points system.", "description" : "Implements a way for moderators to give out social-credit like points, dubbed 'sugoncredits' by the community.", diff --git a/worldzero/info.json b/worldzero/info.json index 11f47d0..0c0a3c5 100644 --- a/worldzero/info.json +++ b/worldzero/info.json @@ -1,6 +1,6 @@ { - "author" : ["SeaswimmerTheFsh"], - "install_msg" : "Thank you for installing World Zero!\nYou can find the source code of this cog here: https://coastalcommits.com/SeaswimmerTheFsh/GalaxyCogs", + "author" : ["cswimr"], + "install_msg" : "Thank you for installing World Zero!\nYou can find the source code of this cog here: https://coastalcommits.com/cswimr/GalaxyCogs", "name" : "World Zero", "short" : "This cog is meant to provide random functions for my crippling World Zero addiction!", "description" : "This cog is meant to provide random functions for my crippling World Zero addiction!", diff --git a/worldzero/worldzero.py b/worldzero/worldzero.py index 34b1144..2656d24 100644 --- a/worldzero/worldzero.py +++ b/worldzero/worldzero.py @@ -1,9 +1,10 @@ -from redbot.core import commands import discord +from redbot.core import commands + class WorldZero(commands.Cog): """This cog is meant to provide random functions for my crippling World Zero addiction! - Developed by SeaswimmerTheFsh.""" + Developed by cswimr.""" def __init__(self, bot): self.bot = bot diff --git a/youtubedownloader/info.json b/youtubedownloader/info.json index f5ef458..31f901a 100644 --- a/youtubedownloader/info.json +++ b/youtubedownloader/info.json @@ -1,6 +1,6 @@ { - "author" : ["SeaswimmerTheFsh"], - "install_msg" : "Thank you for installing YouTubeDownloader!\nYou can find the source code of this cog here: https://coastalcommits.com/SeaswimmerTheFsh/GalaxyCogs", + "author" : ["cswimr"], + "install_msg" : "Thank you for installing YouTubeDownloader!\nYou can find the source code of this cog here: https://coastalcommits.com/cswimr/GalaxyCogs", "name" : "YouTubeDownloader", "short" : "Custom cog intended for use on the Galaxy discord server.", "description" : "Custom cog intended for use on the Galaxy discord server.",