Kaynağa Gözat

Looking closer to a finished cog, just without any of the checks and error handleing.

tags/v1.0.0
roxie 6 yıl önce
ebeveyn
işleme
dd78662f23
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      cogs/selfassign.py

+ 2
- 2
cogs/selfassign.py Dosyayı Görüntüle

@@ -4,7 +4,7 @@ from discord.ext import commands
from server_config import ServerConfig
import checks

class selfAssign():
class SelfAssign():
def __init__(self, Bot):
self.bot = Bot
self.con = ServerConfig()
@@ -105,4 +105,4 @@ class selfAssign():
return await self.bot.say("That role was not in the list.")

def setup(Bot):
Bot.add_cog(selfAssign(Bot))
Bot.add_cog(SelfAssign(Bot))

Yükleniyor…
İptal
Kaydet