Skip to content

Commit

Permalink
fix(koto): Rename Kusari to Koto in bot-updates response
Browse files Browse the repository at this point in the history
  • Loading branch information
jurienhamaker committed Jul 25, 2024
1 parent 5dfb647 commit b2d5499
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export class SettingsCommands {
);

return interaction.reply({
content: `Kusari will send it's updates to <#${channel.id}>!`,
content: `Koto will send it's updates to <#${channel.id}>!`,
ephemeral: true,
});
}
Expand Down

0 comments on commit b2d5499

Please sign in to comment.