Taha
Taha
CC#
Created by Taha on 9/11/2023 in #help
❔ My discord bot Does work in DMs but servers
Is that the code which activates the intents?
140 replies
CC#
Created by Taha on 9/11/2023 in #help
❔ My discord bot Does work in DMs but servers
I searched in google and amd it said smth is wrong with my intent
140 replies
CC#
Created by Taha on 9/11/2023 in #help
❔ My discord bot Does work in DMs but servers
Wait
140 replies
CC#
Created by Taha on 9/11/2023 in #help
❔ My discord bot Does work in DMs but servers
I tried that
140 replies
CC#
Created by Taha on 9/11/2023 in #help
❔ My discord bot Does work in DMs but servers
Still does not work
140 replies
CC#
Created by Taha on 9/11/2023 in #help
❔ My discord bot Does work in DMs but servers
Ok wait
140 replies
CC#
Created by Taha on 9/11/2023 in #help
❔ My discord bot Does work in DMs but servers
Im on phone in my discord
140 replies
CC#
Created by Taha on 9/11/2023 in #help
❔ My discord bot Does work in DMs but servers
I didnt copy that code
140 replies
CC#
Created by Taha on 9/11/2023 in #help
❔ My discord bot Does work in DMs but servers
private async Task HandleCom(SocketMassege args)
{
var msg = args as SocketUserMassege;
var context = new SocketCommandContext(_client,msg)
if(msg.Author.IsBot)
return;

Int argPos = 0;
If (msg.HasStringPrefix("$" ,ref argPos)
{
Var res = await _command.ExcuteAsync(context,argPos,_services)
If(!res.Issuccses) console.writle(msg.errorreason)
}



}
private async Task HandleCom(SocketMassege args)
{
var msg = args as SocketUserMassege;
var context = new SocketCommandContext(_client,msg)
if(msg.Author.IsBot)
return;

Int argPos = 0;
If (msg.HasStringPrefix("$" ,ref argPos)
{
Var res = await _command.ExcuteAsync(context,argPos,_services)
If(!res.Issuccses) console.writle(msg.errorreason)
}



}
140 replies
CC#
Created by Taha on 9/11/2023 in #help
❔ My discord bot Does work in DMs but servers
Look at this @OfType<T>()
140 replies
CC#
Created by Taha on 9/11/2023 in #help
❔ My discord bot Does work in DMs but servers
Oh ok
140 replies
CC#
Created by Taha on 9/11/2023 in #help
❔ My discord bot Does work in DMs but servers
I mean what method
140 replies
CC#
Created by Taha on 9/11/2023 in #help
❔ My discord bot Does work in DMs but servers
So where should i put this code
140 replies
CC#
Created by Taha on 9/11/2023 in #help
❔ My discord bot Does work in DMs but servers
Okay
140 replies
CC#
Created by Taha on 9/11/2023 in #help
❔ My discord bot Does work in DMs but servers
Wait maybe i should restart it
140 replies
CC#
Created by Taha on 9/11/2023 in #help
❔ My discord bot Does work in DMs but servers
But it did not work
140 replies
CC#
Created by Taha on 9/11/2023 in #help
❔ My discord bot Does work in DMs but servers
The error that i said upper
140 replies
CC#
Created by Taha on 9/11/2023 in #help
❔ My discord bot Does work in DMs but servers
The error is fixed
140 replies
CC#
Created by Taha on 9/11/2023 in #help
❔ My discord bot Does work in DMs but servers
NO WAY
140 replies
CC#
Created by Taha on 9/11/2023 in #help
❔ My discord bot Does work in DMs but servers
Its connecting
140 replies