fixed bye message

This commit is contained in:
Lukian LEIZOUR 2024-12-27 00:45:23 +01:00
parent f37f0d492a
commit f062c0e5c2
6 changed files with 59 additions and 16 deletions

View file

@ -37,7 +37,7 @@ export default {
const feature: string | null = interaction.options.getString("feature")
setFeature(connection, guild_id, feature ? feature : "", "true");
await setFeature(connection, guild_id, feature ? feature : "", "true");
connection.end()