コード例 #1
0
ファイル: owner.py プロジェクト: DATAKOREA/BGM-Discord-Bot
    def __init__(self, *args, **kwargs):
        Command.__init__(self, *args, **kwargs)

        self.noticelist = [
            "봇-공지", "봇_공지", "봇공지", "공지", "bot-notice", "bot_notice",
            "botnotice", "notice", "bot-announcement", "botannouncment",
            'bot_announcement'
        ]
コード例 #2
0
ファイル: money.py プロジェクト: soonsoo12345/BGM-Discord-Bot
 def __init__(self, *args, **kwargs):
     Command.__init__(self, *args, **kwargs)
     self.get = ["봇 돈내놔", "봇 돈받기", "봇 돈줘", "봇 돈받을래", "봇 출석"]
     self.money_list = [
         1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 2000, 2000,
         2000, 2000, 2000, 2000, 5000, 5000, 5000, 7000, 10000
     ]
     self.slot_list = ["7⃣"] * 10 + ["🔔"] * 10 + \
         ["⭐"] * 20 + ["🍒"] * 20 + ["🍈"] * 50
     self.betting = {"⃣": 50, "🔔": 25, "⭐": 10, "🍒": 5, "🍈": 2}
     self.gaming_list = []
     self.tictactoe = {}
     self.tictactoe_board = [["1⃣", "2⃣", "3⃣"], ["4⃣", "5⃣", "6⃣"],
                             ["7⃣", "8⃣", "9⃣"]]
コード例 #3
0
ファイル: cc.py プロジェクト: SeulSi/Kva
 def __init__(self, *args, **kwargs):
     Command.__init__(self, *args, **kwargs)