rad
rad
Explore posts from servers
DIAdiscord.js - Imagine a boo! 👻
Created by rad on 8/4/2024 in #djs-questions
Issues editing automod
I'm currently trying to edit my automod rule to have a timeout duration, when I try adding a timeout duration, it is sending this
"actions": [
{
"type": 1,
"metadata": {
"durationSeconds": null,
"channelId": null,
"customMessage": null
}
},
{
"type": 2,
"metadata": {
"durationSeconds": null,
"channelId": "1156640178811711570",
"customMessage": null
}
},
{
"type": 3,
"metadata": {
"durationSeconds": 3600
}
}
]
"actions": [
{
"type": 1,
"metadata": {
"durationSeconds": null,
"channelId": null,
"customMessage": null
}
},
{
"type": 2,
"metadata": {
"durationSeconds": null,
"channelId": "1156640178811711570",
"customMessage": null
}
},
{
"type": 3,
"metadata": {
"durationSeconds": 3600
}
}
]
(split)
4 replies
DIAdiscord.js - Imagine a boo! 👻
Created by rad on 11/13/2023 in #djs-questions
ActivityType not setting correctly
I made a command for setting my bot status https://starb.in/szWpne.typescript When I run the command for /botstatus type: Streaming text: test It get's set to Playing Console prints ActivityType: 1 which according to the docs, is streaming, but the bot sets itself to Playing When I do the command but for playing, it set's activityType as 0, but ends up showing no "Playing" or anything at all djs 14.14.1
14 replies