python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to setup .NET 6 with Dapper Identity and Discord Login
I'm trying to figure out how to setup a login via Discord Oauth2 while using Dapper as my ORM.
Microsoft has a guide here that I have followed to setup all of my stores. I infact can call CreateAsync(...

Bagzli
Votes: 0
Answers: 1
401 Unauthorized error while trying send message as a user to Discord via API
I'm trying to reach Discord via rest api, however POST https://discord.com/api/v8/channels/{some_channel_id}/messages
doesn't work, i also added Authorization header, with "Bearer token".
Re...
ManaevRN
Votes: 0
Answers: 0
How to make bot dm me when someone sends a specific message in discord
@client.event
async def on_message(message):
if message.content == "help me":
user = client.get(My_id)
if user is not None:
await user.send("Someone...
Jack0845
Votes: 0
Answers: 2
Discord.py buttons
so I want to send an embed with a button that says "I joined" and the user can click it so one invite will go down in the JSON file.
Here is my code:
@client.command()
async def post(ctx, *,...
lior cohen
Votes: 0
Answers: 2