forgot to limit it to spam channel

This commit is contained in:
13xforever 2019-08-07 22:02:36 +05:00
parent a0f6edd97c
commit c8c885e573

View File

@ -3,6 +3,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using CompatApiClient.Utils;
using CompatBot.Commands.Attributes;
using CompatBot.Database;
using CompatBot.EventHandlers;
using CompatBot.Utils;
@ -14,7 +15,7 @@ namespace CompatBot.Commands
{
internal sealed class Syscall: BaseCommandModuleCustom
{
[Command("syscall"), Aliases("cell")]
[Command("syscall"), Aliases("cell"), LimitedToSpamChannel]
[Description("Provides information about syscalls used by games")]
public async Task Search(CommandContext ctx,[RemainingText, Description("Product ID, module, or function name. **Case sensitive**")] string search)
{