From 69f30205474f19ed0b22630121abb726e5117ab7 Mon Sep 17 00:00:00 2001 From: Thorsten Date: Tue, 21 Jan 2020 19:03:12 +0100 Subject: [PATCH] activate coin --- distbot/plugins/basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distbot/plugins/basic.py b/distbot/plugins/basic.py index 17603af..a4df12a 100644 --- a/distbot/plugins/basic.py +++ b/distbot/plugins/basic.py @@ -306,4 +306,4 @@ class TeaTimer(Worker): ) -ALL = [Dice, Ping, XChoose, Choose, TeaTimer] +ALL = [Dice, Ping, XChoose, Coin, Choose, TeaTimer] -- 2.39.2