does it work now

This commit is contained in:
Seaswimmer 2023-03-01 23:48:10 -05:00
parent c0518c09b6
commit 424234c05f

View file

@ -1,4 +1,4 @@
from redbot.core import commands, checks, config from redbot.core import commands, checks, Config
import discord import discord
from datetime import datetime from datetime import datetime
import re import re
@ -8,7 +8,7 @@ class Galaxy(commands.Cog):
def __init__(self, bot): def __init__(self, bot):
self.bot = bot self.bot = bot
self.config = config.get_conf(self, identifier=6621962) self.config = Config.get_conf(self, identifier=6621962)
guild_default = { guild_default = {
"cocotarget = 0" "cocotarget = 0"
} }