Ejemplo n.º 1
0
        public async Task DisplayOtherPoints(SocketGuildUser user)
        {
            await _Service.DisplayOtherPoints(user);

            await Utils.SendLog(Context.Message.Content, Context.User);
        }