Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bot connects all permission granted but commands doesn't work #4

Open
miguelmanfr opened this issue Sep 1, 2020 · 1 comment
Open

Comments

@miguelmanfr
Copy link

miguelmanfr commented Sep 1, 2020

Hello samclane,
First congratulations for your Job, I used to play MUD when I was kid, and do this for discord was really nice I appreciated that, I will contribute.

So about the issue, I created everything added OAuth webhook , bot guilds permissions, bot connect to the channel and gets online, but the commands seems to not communicate with server. I Would like to know if you can help? Thanks in advance.

I sent a print of permissions as well.

LOG:
(base) C:\Users\myr0\Documents\Discordia-master>python main.py -W
INFO:Discordia.GameLogic.GameSpace:Generating Map...
INFO:Discordia.GameLogic.GameSpace:Generation finished
INFO:Discordia:Discordia Server has successfully started. Press Ctrl+C to quit.
INFO:discord.client:logging in using static token
INFO:discord.gateway:Shard ID None has sent the IDENTIFY payload.
INFO:discord.gateway:Shard ID None has connected to Gateway: ["gateway-prd-main-wp70",{"micros":50348,"calls":["discord-sessions-prd-2-62",{"micros":48917,"calls":["start_session",{"micros":43065,"calls":["api-prd-main-s00t",{"micros":40619,"calls":["get_user",{"micros":4298},"add_authorized_ip",{"micros":3677},"get_guilds",{"micros":3223},"coros_wait",{"micros":1}]}]},"guilds_connect",{"micros":1,"calls":[]},"presence_connect",{"micros":3025,"calls":[]}]}]}] (Session ID: 3a7e65c17aaa19d245fc62698ca34f0b).

WARNING:discord.state:GUILD_MEMBER_UPDATE referencing an unknown member ID: 749807886582022274. Discarding.
INFO:Discordia.Interface.DiscordServer:Connected successfully: Spum MUD: <749807886582022274>

WARNING:discord.state:GUILD_MEMBER_REMOVE referencing an unknown guild ID: 696852779397939220. Discarding.
Capturar

@kyndred
Copy link

kyndred commented Aug 22, 2021

Perhaps it's as simple as missing the prefix. The prefix for the bot is * by default. In a valid chat channel, type *register.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants