Formatting of Heads or Tails
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
const globals = require('../globals');
|
const globals = require('../globals');
|
||||||
module.exports = async (message, args, db) => {
|
module.exports = async (message, args, db) => {
|
||||||
const coin = Math.floor(Math.random() * 2);
|
const coin = Math.floor(Math.random() * 2);
|
||||||
message.reply('Folgende Seite hat der Münzwurf ergeben: ' + globals.Coin[coin] + '.');
|
message.reply('Die Münze bleibt auf **' + globals.Coin[coin] + '** liegen.');
|
||||||
};
|
};
|
Reference in New Issue
Block a user