mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-08 06:03:03 -04:00
refactor: update references from Equicord to ryncord across the codebase
This commit is contained in:
parent
e02a25ef52
commit
c12526b2c5
13 changed files with 63 additions and 40 deletions
|
@ -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"
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue