Exemplo n.º 1
0
 def commandNotFound(self, c, a):
     print("not found in AmazingGrace")
     raise CommandNotInThisModule("command not found in module amazinggrace")
Exemplo n.º 2
0
 def commandNotFound(self, c, a):
     raise CommandNotInThisModule("command not found in module quran")
Exemplo n.º 3
0
Arquivo: ipa.py Projeto: nano13/tambi
 def commandNotFound(self, c, a):
     raise CommandNotInThisModule("command not found in module vocable")
Exemplo n.º 4
0
 def commandNotFound(self, c, a):
     raise CommandNotInThisModule("command not found in module 'survival'")
Exemplo n.º 5
0
 def commandNotFound(self, c, a):
     raise CommandNotInThisModule("command not found in module 'strings'")
Exemplo n.º 6
0
 def commandNotFound(self, c, a):
     print("not found in SWORD")
     raise CommandNotInThisModule("command not found in module sword")
Exemplo n.º 7
0
 def commandNotFound(self, command, args):
     raise CommandNotInThisModule("command not found as a built-in one")