rabin 6 tahun lalu
induk
melakukan
84014a3072
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      service/skill/echo.py

+ 1 - 1
service/skill/echo.py

@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 from demeter.core import *
 from skill import Skill
-print(Skill)
+
 class Echo(Skill):
 
     def handle(self, text, parsed):