Skip to content

Commit

Permalink
rm ?
Browse files Browse the repository at this point in the history
  • Loading branch information
Larsundso committed Dec 30, 2024
1 parent cc93108 commit f9503b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/SlashCommands/settings/afk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const name = CT.SettingNames.Afk;
export default async (cmd: Discord.ChatInputCommandInteraction) => {
if (!cmd.inCachedGuild()) return;

const language = await client.util.getLanguage(cmd.guild?.id);
const language = await client.util.getLanguage(cmd.guild.id);
const lan = language.slashCommands.settings.categories[name];
const { embedParsers, buttonParsers } = client.util.settingsHelpers;
const settings = await client.util.DataBase[CT.SettingsName2TableName[name]]
Expand Down

0 comments on commit f9503b8

Please sign in to comment.