You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
temptress-bot/src/types.d.ts

5 lines
200 B

// secrets: wrangler secret put <name>
declare const DISCORD_APP_ID: string
declare const DISCORD_PUBLIC_KEY: string
declare const DISCORD_BOT_TOKEN: string
declare const DEVELOPMENT_GUILD_ID: string