refactor: update references from Equicord to ryncord across the codebase

This commit is contained in:
Rayanzay 2025-06-02 07:43:08 +10:00
parent e02a25ef52
commit c12526b2c5
13 changed files with 63 additions and 40 deletions

View file

@ -74,7 +74,7 @@ export const _handleCommand = function (cmd: Command, args: Argument[], ctx: Com
sendBotMessage(ctx.channel.id, {
content: `${msg}:\n${makeCodeblock(reason)}`,
author: {
username: "Equicord"
username: "ryncord"
}
});
};