galaxy_issues --> galaxyissues

This commit is contained in:
Seaswimmer 2023-03-13 23:14:26 -04:00
parent a4be7c3e76
commit 0d67244f51

View file

@ -16,7 +16,7 @@ class Galaxy(commands.Cog):
)
@commands.command()
async def galaxy_issues(self, ctx, target: discord.member = None):
async def galaxyissues(self, ctx, target: discord.member = None):
if ctx.me.id == 1070819799254438039:
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 [here](https://github.com/SeaswimmerTheFsh/GalaxyCogs/issues).\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.**")