thboss / CS2-PUGs

A Discord bot to manage CS2 Match on DatHost servers.
4 stars 1 forks source link

Can't make the bot Start #1

Closed HighKitty closed 1 week ago

HighKitty commented 2 weeks ago

image

Also not really understanding why.

Maybe I get something mixed up here

"web": { "base_url": "XXX", <<---Do you mean my Domain? "api_key": "XXX" <<---Is that Steam API?

I think from the Discord Delevoper Site I did everything correctly
HighKitty commented 2 weeks ago

{ "bot": { "prefix": "!", "token": "xxx", "guild_id": xxx, "sync_commands_globally": true, "debug": false, "maps": { "competitive": { "de_dust2": "Dust II", "de_inferno": "Inferno", "de_vertigo": "Vertigo", "de_overpass": "Overpass", "de_mirage": "Mirage", "de_nuke": "Nuke", "de_ancient": "Ancient" }, "wingman": { "de_boyard": "Boyard", "de_chalice": "Chalice", "de_cobblestone": "Cobblestone", "de_shortdust": "Shortdust", "de_shortnuke": "Shortnuke", "de_train": "Train", "de_vertigo": "Vertigo" } } }, "web": { "base_url": "xxx", "api_key": "xxx" }, "db": { "user": "g5", "password": "xxx", "database": "g5", "host": "localhost", "port": "5432" } }

thboss commented 2 weeks ago

You might forgot to enable server members intent and server message intent on your bot developers portal.

HighKitty commented 2 weeks ago

image Its checked

thboss commented 2 weeks ago

Check your bot token.