Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ addEventListener('fetch', event => {
});

// Add your bot token here.
const BOT_TOKEN = "bot token here";
const BOT_TOKEN = "7583251773:AAHtAY_kcN4S8xKU5aaAEIUvdPu-SHp6HuI";

//Pro people: don't change this else your bot will be fucked.
const API_BASE_URL = "https://probable-berti-frozenbotspvt-17e82b7b.koyeb.app";
Expand Down