Properly initialize var.CHARMED
This commit is contained in:
parent
f054b967d9
commit
00b28eba2c
@ -100,6 +100,7 @@ var.OPPED = False # Keeps track of whether the bot is opped
|
||||
var.BITTEN = {}
|
||||
var.BITTEN_ROLES = {}
|
||||
var.VENGEFUL_GHOSTS = {}
|
||||
var.CHARMED = set()
|
||||
|
||||
if botconfig.DEBUG_MODE and var.DISABLE_DEBUG_MODE_TIMERS:
|
||||
var.NIGHT_TIME_LIMIT = 0 # 120
|
||||
|
Loading…
x
Reference in New Issue
Block a user