finish migrating to gitlab

This commit is contained in:
2025-12-21 21:01:02 +01:00
parent 45e09482be
commit cb08cc0786
7 changed files with 8 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ export default new Command({
const selection = namedRedeems.get(args[0]);
if (!selection) {
await sendMessage(
`Redeem ${args[0]} doesn't exist. The internal names for redeems are here: https://github.com/qwerinope/qweribot#point-redeems`,
`Redeem ${args[0]} doesn't exist. The internal names for redeems are here: https://gitlab.com/qwerinope/qweribot#point-redeems`,
msg.messageId,
);
return;