plugin korrigiert
This commit is contained in:
@@ -2,7 +2,7 @@ class PluseinsPlugin(PythonPlugin):
|
|||||||
def onEnable(self):
|
def onEnable(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def onCommand(self, sender, command, lable, args):
|
def onCommand(self, sender, command, lable, args):
|
||||||
eingabe = args[0]
|
eingabe = args[0]
|
||||||
zahl = int(eingabe)
|
zahl = int(eingabe)
|
||||||
zahl = zahl + 1
|
zahl = zahl + 1
|
||||||
|
|||||||
Reference in New Issue
Block a user