mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 21:40:49 +02:00
Doesn't need to be guild only
This commit is contained in:
@@ -10,7 +10,6 @@ module.exports = class PickANumberCommand extends Command {
|
|||||||
group: 'games-mp',
|
group: 'games-mp',
|
||||||
memberName: 'pick-a-number',
|
memberName: 'pick-a-number',
|
||||||
description: 'Two players pick a number between 1 and 10. Whoever\'s closer wins.',
|
description: 'Two players pick a number between 1 and 10. Whoever\'s closer wins.',
|
||||||
guildOnly: true,
|
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
key: 'opponent',
|
key: 'opponent',
|
||||||
|
|||||||
Reference in New Issue
Block a user