Upload files to "scripts"
This commit is contained in:
12
scripts/commands.wren
Normal file
12
scripts/commands.wren
Normal file
@@ -0,0 +1,12 @@
|
||||
import "random" for Random
|
||||
var quotes = ["may his shepherd guide you", "jesus loves you", "i was sent hear by god to build his 7th temple"]
|
||||
var random = Random.new()
|
||||
|
||||
|
||||
class Commands {
|
||||
static god(){
|
||||
var passBack = random.sample(quotes)
|
||||
return passBack
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user