MiraWaNeko / DiscordIntegration

Communicate between Minecraft and Discord
https://discordintegration.net
GNU Affero General Public License v3.0
88 stars 42 forks source link

Make command feedback information toggleable #149

Closed Drullkus closed 6 years ago

Drullkus commented 6 years ago

Hi there! I've got some commands set up for the bridge including the !kill <> which relays to the /kill <> command, but I'd like a way to be able to prevent the feedback from appearing in the channel.

screen shot 2018-05-28 at 9 26 25 pm

I'd like to keep command feedback from different commands though. Just /kill @e[type=item] gets super spammy and the bot gets throttled deeply by Discord itself.

Mijago commented 6 years ago

This should do the work. I tested it with a new local instance, I registered a few commands with and without the new flag and it worked flawless. After further testing I'll create a PR (or two, in this case).

@Chikachi can you have a look at the two commits whether the changes are OK for you?

MiraWaNeko commented 6 years ago

@Mijago LGTM