These don't need to be guildOnly anymore

This commit is contained in:
Daniel Odendahl Jr
2017-11-28 18:28:00 +00:00
parent 9818ff6327
commit f4cc089a39
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -14,7 +14,6 @@ module.exports = class SteamCardCommand extends Command {
group: 'avatar-edit',
memberName: 'steam-card',
description: 'Draws a user\'s avatar on a Steam Trading Card.',
guildOnly: true,
throttling: {
usages: 1,
duration: 10
@@ -14,7 +14,6 @@ module.exports = class SteamNowPlayingCommand extends Command {
group: 'avatar-edit',
memberName: 'steam-now-playing',
description: 'Draws a user\'s avatar and the game of your choice over a Steam "now playing" notification.',
guildOnly: true,
throttling: {
usages: 1,
duration: 10