Virtual-Royaume / Royaume-Discord-Bot

It is the bot of our Discord community, it offers various utility features. It is written in TypeScript and uses DiscordJS to interact with the Discord API.
9 stars 1 forks source link

Ajout de logs pour chaque commandes, events et actions divers #193

Closed Bluzzi closed 1 year ago

Bluzzi commented 1 year ago

Issues

Info

Pour log un user, il faut utiliser cette function :

import type { User } from "discord.js";

/**
 * For displaying in logs.
 * @returns username#2000 (ID)
 */
export const userWithId = (user: User): string => {
  return `${user.tag} (${user.id})`;
};

Todo

Commands

Events

Tasks

Bluzzi commented 1 year ago

Hello @Steellgold, je te laisse t'occuper de ceci aujourd'hui