This commit is contained in:
Daniel Odendahl Jr
2017-12-14 15:37:18 +00:00
parent c33abe6390
commit 90d9010f79
+2 -2
View File
@@ -7,8 +7,8 @@ module.exports = class GoogleFeudCommand extends Command {
constructor(client) {
super(client, {
name: 'google-feud',
group: 'google-feud',
memberName: 'battle',
group: 'games',
memberName: 'google-feud',
description: 'Attempt to determine the top suggestions for a Google search.'
});