remove old sources
This commit is contained in:
5
src/reacord.test.tsx
Normal file
5
src/reacord.test.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import "dotenv/config.js"
|
||||
import { getEnvironmentValue } from "./helpers/get-environment-value.js"
|
||||
|
||||
const testBotToken = getEnvironmentValue("TEST_BOT_TOKEN")
|
||||
const testChannelId = getEnvironmentValue("TEST_CHANNEL_ID")
|
||||
Reference in New Issue
Block a user