more answers for stille.lua
This commit is contained in:
parent
ef8dc4050a
commit
f4b7f3f5fe
1
.gitignore
vendored
1
.gitignore
vendored
@ -49,3 +49,4 @@ plugins/safebrowsing.lua
|
|||||||
plugins/stats2.lua
|
plugins/stats2.lua
|
||||||
plugins/help2.lua
|
plugins/help2.lua
|
||||||
plugins/miiverse.lua
|
plugins/miiverse.lua
|
||||||
|
plugins/videotogif.lua
|
@ -6,7 +6,8 @@ function run(msg, matches)
|
|||||||
'Stört dich die Stille?','Nein, es ist nicht still','Nyu?','Besser als Spam','Stille ist schön',
|
'Stört dich die Stille?','Nein, es ist nicht still','Nyu?','Besser als Spam','Stille ist schön',
|
||||||
'Mein Name ist Mikubot','Spiel doch etwas Curvefever.com 😉',
|
'Mein Name ist Mikubot','Spiel doch etwas Curvefever.com 😉',
|
||||||
'Stille sagt manchmal mehr als tausend Worte','Spiel doch etwas Agrar.io 😉',
|
'Stille sagt manchmal mehr als tausend Worte','Spiel doch etwas Agrar.io 😉',
|
||||||
'Stille und Nacht sind untrennbar verwoben. Die Nacht ist die Stille unter den Sternen.'}
|
'Stille und Nacht sind untrennbar verwoben. Die Nacht ist die Stille unter den Sternen.',
|
||||||
|
'Hier könnte Ihre Werbung stehen!','Folge mir auf Twitter! Twitter.com/Mikubot_'}
|
||||||
return answers[math.random(#answers)]
|
return answers[math.random(#answers)]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user