Removed GUILD_ID as an Environment Variable (#103)

This commit is contained in:
Kevin Dang
2024-08-03 09:48:47 -07:00
committed by GitHub
parent 117b195095
commit af23db20bb
2 changed files with 0 additions and 4 deletions

View File

@@ -4,7 +4,6 @@ export const Keys = {
clientToken: getEnvVar('CLIENT_TOKEN'),
model: getEnvVar('MODEL'),
clientUid: getEnvVar('CLIENT_UID'),
guildId: getEnvVar('GUILD_ID'),
ipAddress: getEnvVar('OLLAMA_IP'),
portAddress: getEnvVar('OLLAMA_PORT'),
} as const // readonly keys