Skip to content

Commit

Permalink
Adapt index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
saboonikhil committed May 2, 2024
1 parent a664d86 commit 02d9dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ const smallTeam = "817442510854946816";
const bigTeam = "789386070441590816";

(async () => {
const config = readConfig('config.toml');
const config = readConfig('test-config.toml');
const db = new Db(config.database.path);
const sender = await Sender.create(config.sender.endpoint, config.sender.seed);

const client = new Discord.Client();

client.on("ready", () => {
console.log("Discord Faucet v0.1.0 running");
console.log("Testnet Faucet is running");
});

// Create an event listener for messages
Expand Down

0 comments on commit 02d9dc9

Please sign in to comment.