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

Amélioration des bonnes pratique #70

Closed Bluzzi closed 2 years ago

Bluzzi commented 2 years ago

Utiliser Record<type, type> à la place de { [key: type]: type }

Exmple : image