
Donovan_DMC
- Attività totali 963
- Attività recente
- Membro dal
- Segue 0 utenti
- Seguito da 8 utenti
- Voti 393
- Abbonamenti 239
Panoramica attività
Ultima attività di Donovan_DMC-
Donovan_DMC ha commentato,
That's literally just a database by another name
-
Donovan_DMC ha commentato,
Regex matching for content inside double pipes should handle that fine something like /\|\|(.*?)\|\|/gs https://regexr.com/7bpb2 This assumes whatever regex processor you're using supports lazy mat...
-
Donovan_DMC ha commentato,
If you want only one user to be able to use something, just send it in an ephemeral message Else, you could do something like what I do: - include the users id in the custom id of the component -...
-
Donovan_DMC ha commentato,
Is it so hard to save something to a json file, or hell, a text file even?
-
Donovan_DMC ha commentato,
Let's give bots a way to collect client related analytics, yes
-
Donovan_DMC ha commentato,
That's.. what it's supposed to do?
-
Donovan_DMC ha commentato,
I'm sure there are bots that keep voice logs for administrators, people are just much more opposed to the idea as it's insanely obvious it's happening You don't know if a bot is silently logging an...
-
Donovan_DMC ha commentato,
You still receive message content if the message is directly related to the bot, e.g. if they mention the bot
-
Donovan_DMC ha commentato,
start listening to events over the gateway, save the voice events to a file on disk and you've got an easy history of voice changes Hell, if you're just wanting stats track those immediately from...
-
Donovan_DMC ha commentato,
If you're making a bot, there are events for joining/leaving/switching voice channels that would enable you to track this yourself