mirror of
https://gitlab.com/ceda_ei/Quadnite-Bot
synced 2026-05-06 05:40:04 +02:00
Add commands/index.js. Add /insults, /kys, answer commands.
Add shrinkwrap.yaml.
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
module.exports = (list = []) => (n = 1) =>
|
||||
Array(n).fill(0).map(list[Math.floor(Math.random() * list.length)]);
|
||||
Array(n)
|
||||
.fill(0)
|
||||
.map(() => list[Math.floor(Math.random() * list.length)])
|
||||
.join("\n");
|
||||
|
||||
Reference in New Issue
Block a user