From d12aabb190d070f0b3ec0004f038fa410726aaa3 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Sat, 6 May 2017 15:06:25 -0400 Subject: [PATCH] revert previous commit (af4be89897d12ab2e8889a9054af7608f204ecd0) --- gamemodes.py.example | 1 - 1 file changed, 1 deletion(-) diff --git a/gamemodes.py.example b/gamemodes.py.example index 802237d..3cad4f5 100644 --- a/gamemodes.py.example +++ b/gamemodes.py.example @@ -5,7 +5,6 @@ import src.settings as var from src.utilities import * from src.messages import messages from src import events -from src.decorators import (event_listener, cmd) #################################################################### # DO NOT EDIT ANYTHING ABOVE THIS LINE, ADD CUSTOM GAMEMODES BELOW #