Ejemplo n.º 1
0
        public async Task Gambling()
        {
            if (Context.Channel is IPrivateChannel)
            {
                return;
            }

            await ReactionsService.Gambling(Context.Guild, (ISocketMessageChannel)Context.Channel, Context.User, Context.Message);
        }