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