mirror of
https://github.com/nichkara/InfinitumBotty.git
synced 2026-06-10 22:26:23 +02:00
Initalize repo
This commit is contained in:
12
FaustBot/Modules/ModuleType.py
Normal file
12
FaustBot/Modules/ModuleType.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class ModuleType(Enum):
|
||||
ON_JOIN = 'ON_JOIN'
|
||||
ON_KICK = 'ON_KICK'
|
||||
ON_LEAVE = 'ON_LEAVE'
|
||||
ON_PING = 'ON_PING'
|
||||
ON_NICK_CHANGE = 'ON_NICK_CHANGE'
|
||||
ON_MSG = 'ON_MSG'
|
||||
ON_NOTICE = 'ON_NOTICE'
|
||||
ON_MAGIC_NUMBER = 'ON_MAGIC_NUMBER'
|
||||
Reference in New Issue
Block a user