We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae47df commit 1b930eeCopy full SHA for 1b930ee
1 file changed
lib/compretty.js
@@ -2826,6 +2826,7 @@ export class CompRettyCompetition {
2826
var _msg = `Competition has been inactive for more than ${_time}, all players have been kicked. :cloud_tornado:`;
2827
this.#teams.dmPlayers(`{"content":"> ${this.#name}: ${_msg}\\n\\nhttps://discord.com/channels/${interaction.guild_id}/${interaction.channel_id}"}`);
2828
this.#rest.createMessage(this.#channelID, `{"content":"> ${_msg}"}`);
2829
+ this.#rest.modifyCurrentMember(interaction.guild_id, '{"nick":"CompRetty"}');
2830
this.#autoClearDate = addMilliseconds(_now, this.#autoClearThreshold);
2831
this.clearPlayers();
2832
this.saveSync();
0 commit comments