#community-support

1 messages · Page 27 of 1

noble blade
#

How do I claim a cp giveaway for cod mobile?

hasty kite
frozen hinge
#

Our approve\reject buttons are still not working on our ban appeals in our server

#

It's been a couple of days now

hollow matrix
#

Hello

#

How do I gave my mod perms to use dyno only for mute and stuff

mortal kite
#

how do i code a custom command that will mute a user thats not myted for 1m, and change a user thats muted for longer to 1m aswell

mortal kite
hollow matrix
mortal kite
distant monolith
hollow matrix
#

I opened the moderator tab

mortal kite
manic iglooBOT
distant monolith
#

np

manic iglooBOT
mortal kite
#

4th one middle row

#

there should be a command called mute

#

go in settings -> allowed roles

mortal kite
#

[!mute $1 UNBLOCKED $2+}
{!duration $1 1m}

distant monolith
#

{!mute $1+} - usage: ?commandname @­user time reason(optional)
{!duration $1+} - usage: ?commandname @case-ID time

hollow matrix
hollow matrix
distant monolith
#

check channel description

mortal kite
distant monolith
mortal kite
#

ah alr

distant monolith
#

if im right then you can run the mute command up to 3 times in a singel custom command, then you can mute 3 users

mortal kite
#

thx

distant monolith
#

np

hollow matrix
mortal kite
hollow matrix
#

Ty for help

mortal kite
#

oh ye how do i log in custom commands, (with announce) User of the command, target of the command, and reason of the command ($2+)

distant monolith
distant monolith
paper geode
#

Why i can't put 0 in the duration?

distant monolith
#

0 works only for specific actions

#

ban for example if im not wrong

paper geode
#

It doesn't include add role?

#

Sorry, im not good at english

distant monolith
distant monolith
paper geode
manic iglooBOT
distant monolith
mortal kite
# distant monolith np

oh ye why does it say couldn’t find that channel, is it something wrong with the code? Dyno have access and perm to see / send messages

distant monolith
distant monolith
#

line 1
line2
line3
...

mortal kite
#

oh ye

#

i see

distant monolith
#

and make sure you are using the correct channel id

distant monolith
distant monolith
#

try ?annouonce 1479789537277509713 test in your server and see if it works

mortal kite
#

oki

distant monolith
mortal kite
mortal kite
distant monolith
strong sonnetBOT
#
**Command:** ?command

Description: Enable/disable a command.
Cooldown: 5 seconds
Usage:
?command [command name]
Example:
?command cat

mortal kite
#

oki

strong sonnetBOT
#
**Command:** ?module

Description: Enable/disable a module.
Cooldown: 5 seconds
Usage:
?module [module name]
Example:
?module Fun

distant monolith
#

@mortal kite this

mortal kite
#

:P

distant monolith
#

and with ?diagnose you can check the current settingsthat

strong sonnetBOT
#
**Command:** ?diagnose

Description: Diagnose any command or module in the bot to determine if there are any problems.
Cooldown: 5 seconds
Usage:
?diagnose [command or module]
Example:
?diagnose mute
?diagnose announcements
?diagnose moderation
?diagnose ban
?diagnose custom commands

mortal kite
#

oki

distant monolith
mortal kite
distant monolith
#

you cant diagnose your own cc's

#

that user is a mod or has a protected role?

#

something is still wrong in your command if it cant find the channel

mortal kite
#

lemme try on a non staff role

paper geode
#

How APPEAL Form Work?

manic iglooBOT
mortal kite
distant monolith
#

mention the channel in your server like this that

#

and before you send it add a backslash in front like this that

#

result shoud look like this that
[#community-suggestions](/guild/203039963636301824/channel/1028716041418846338/)

mortal kite
#

there that fixed

#

it

#

<channel id>

#

gotta add the <>

distant monolith
#

no, ID only shoud be enough

mortal kite
#

;-; welp that worked

#

ty for help

distant monolith
#

strange but ok

manic iglooBOT
distant monolith
distant monolith
#

@mortal kite as you can see here it's working fine with channel ID only

mortal kite
distant monolith
#

both should work i think

mortal kite
#

well atleast its fixed :>

distant monolith
#

exactly

sage mist
#

I thought I cancelled my premium membership, and left the server. I got a notification that I was automatically added back to the server as I have a paid subscription via patroen or something. How do I find this and cancel?

nova jacinth
#

Hello, im getting confused. Im trying to setup a autorespond so that what the trigger is sent in a message, it sends links to certain channels, but I did the {#channel} and replaced "channel" with the channel name I want to link, and its still not linking it

distant monolith
#

for a channel mention you need the following format <#channel-ID>

nova jacinth
distant monolith
#

for #community-support for example it would be [#community-support](/guild/203039963636301824/channel/240777175802839040/)

distant monolith
#

yes?

nova jacinth
#

Okay ty lol

#

Just making sure

distant monolith
mortal kite
#

how does the temprole in custom command work? Is it like this

distant monolith
river topaz
#

Bro

distant monolith
river topaz
#

Ooo

#

Thanks

distant monolith
#

i would use the roleID instead of name

#

like {!role $1.user.id +511630375890714625} for example

manic iglooBOT
distant monolith
river topaz
#

How to make it like this

#

1 sec

distant monolith
#

wdym?

river topaz
manic iglooBOT
river topaz
#

No no

#

I'm not talking about this

#

Im saying how to make the bot respond with the "target"

#

Or

distant monolith
#

you mean how to get the role ID ?

river topaz
#

{user}
{Mention}

#

Wait a minute

distant monolith
#

to display the jailed user in the message you can use the following variables that and {user} mentions the user who executed the command

$1.user.nick
$1.user.name
$1.user.username
$1.user.mention

I would use $1.user.name

#

let me know if this is not what you are looking for

river topaz
#

Yeah yeah thanks

#

But

#

What if I want the command

#

To work on all

#

$1.user.mention

#

$1.user.username

#

$1.user.nick

#

I want it to work with all these possibilities

distant monolith
#

you can also add the all to your command

river topaz
#

In one command?

distant monolith
#

but it doesn't matter if you mention the user or use the users ID to run the command, both should work

river topaz
#

Idk how to make it work with all these possibilities,like idk if it should be in one custom command or each one seperatly

river topaz
#

Can I use the username instead 💀

distant monolith
#

Dyno will mention the jailed user

river topaz
#

Ok

river topaz
#

Like this

#

It works with the user

#

And works with the uid

distant monolith
#

i would recommend using ID or mention the user, otherwise there is a possibility that you may block another user.

river topaz
#

But how to do it work with them

distant monolith
#

should work already

#

show me your custom command please

#

you can use ?cc show jail in your server and send a screenshot of Dynos response

river topaz
#

Ok

smoky parrot
#

Yo sup

river topaz
smoky parrot
#

Hello

distant monolith
#

ah, you have to use $1.user.mention

smoky parrot
#

Hello?

distant monolith
# smoky parrot Hello

Hi, this is a support channel. Please ask your question if you need help with Dyno, otherwise please head to #general for general chat, thank you

distant monolith
river topaz
distant monolith
#

references?

river topaz
#

Variables

#

Idk what is it called

#

Things like this

distant monolith
#

sure, but doesn't makes sense i think

#

just test and you will see what happens

river topaz
#

I mean there's a server that works in it most of the variables

$1.user.name
$1.user.username
$1.user.mention

distant monolith
# river topaz

oh wait, $1.user.id is correct for the command, but not for the message Dyno should send. There you have to user $1.user.mention then Dyno will mention the user

#

?cc show jail unfortunately doesn't show the embed you created

#

if you want me to check then you have to head to the website and screenshot your embed setup

distant monolith
distant monolith
#

the other stuff is needed only in your embed message

river topaz
#

That's what I wanted

distant monolith
#

for the output, u know what i mean

manic iglooBOT
river topaz
distant monolith
river topaz
#

U helped me very much

#

Thanks gng

distant monolith
# river topaz Yeah

just add them all to your embed message, run the command and afterwards remove the stuff you dont want there

distant monolith
strong sonnetBOT
#

❌ No tag ccvars found.

distant monolith
#

@river topaz this

river topaz
#

Btw is it possible to make this embed instead of
:dynoSuccess: Added role MUTED to shin.m1

river topaz
#

Lemme explain it

distant monolith
#

$1.user.mention has been jailed by {user}

river topaz
distant monolith
#

yes

river topaz
#

Ooo

#

Thanks

distant monolith
#

np

manic iglooBOT
rancid quail
#

feel like im being stupid, but why isnt the bot deleting the messages?

strong sonnetBOT
#

Automod ignores Moderators DynoShield

- Dyno Moderators are users with a role added with the ?addmod command or on the Dashboard.

- Dyno Managers include users with a role added to Manager Roles on the Dashboard, all users that have the Administrator permission in Discord, and the owner of the server who always has all permissions.

distant monolith
#

@rancid quail this

rancid quail
#

ah Dentge

manic iglooBOT
manic iglooBOT
buoyant plume
#

@river topaz please stop repeatedly giving rep for no reason

river topaz
#

He helped me

#

I asked him many questions

#

And he answered it all

#

I felt like hell crashout out on me

#

So I'm trying to pay him in different way

river topaz
#

Nvm

buoyant plume
#

The one rep was enough, and you don't need to worry about that, everyone helping here is doing so because they want to mikuloves

river topaz
#

e

#

Btw

#

Ur bio looks clean

#

And I want to ask some questions

#

Is it possible to make The embed gets sent to #jail-logs
While
The normal text confirmation message gets sent in the same channel where the ?jail command was used

#

For some reason both the embed and the normal text confirmation is being sent to #jail-logs

marsh acorn
#

Why can admin members give each other owner roles with "?role add"

fading rune
marsh acorn
#

thanks tho

granite skiff
#

Hey I’m having trouble with the purge bots function. I already made sure the role for bots was set.

brittle jetty
granite skiff
#

Sure!

#

Ahhhhh

wide fiber
#

Is there a better way to get updates in our server than following #dyno-status because despite being an announcement channel, basically no updates are being published in there - last one was september

hasty kite
#

There is not, major updates are posted within that channel

wide fiber
#

but not published 😅

hasty kite
#

Ahh, im not sure why they arent published

wide fiber
#

even before september it was rare for one to come through. I know it's not just this one instance either, all the servers I'm in that follow that channel is the same

hasty kite
#

Oh i misread, I thought it was the dyno updates channel you mentioned

#

It is decided internally by the team which status updates are published. Normally only major outages are actually published

wide fiber
#

ah idk if the updates channel is being published fine, I don't follow that channel anywhere 😅

wide fiber
#

If I follow a status channel, I want to know about status changes 😅

hasty kite
#

yea, unfortunately I have no say in what gets published and what doesn't

wide fiber
#

that's... really really frustrating that there's no way to get actual updates on the status without having to be in here

hasty kite
#

I just know smaller outages generally aren't published as many times it can take hours for discord to push out the update to all servers, and the problem most likely has already been fixed.

wide fiber
#

is there any way to webhook the status page on the website? (ping me if anyone has a solution pls 😅)

zinc spoke
#

Is there a way to show the nickname of a user when they leave a server? Using {user} and {username} just seem to default to their discord name.

minor zephyr
#

how do i make it where a person who joins my sever has to react to the rules before they can talk in any chats

zinc spoke
minor zephyr
#

thank you

manic iglooBOT
cerulean flax
#

Is it possible to make it so Dyno doesn't log ?warns etc in a certain channel?

fading rune
#

If you mean only excluding warn logs, that's not possible.

cerulean flax
#

Is that possible?

#

like if i used ?warn in a highrank channel and i didnt want moderators to see it as they have access to modlogs..

fading rune
#

Moderations don't depend on a channel, so not really.

cerulean flax
#

Thanks.

manic iglooBOT
torpid flicker
#

Hello, I'd like to set up a custom command where it shows a user's warns, notes, and modlogs all together, but the attached screenshot below is all the command does and displays no info; individually running the commands show information though; any possible reason?

#

This is the current custom command setup

brittle jetty
torpid flicker
manic iglooBOT
torpid flicker
#

Sorry, I dunno if I'm still missing something completely, but it just displays like this even though I've added test notes to the user

brittle jetty
#

Are you trying to run on yourself or on someone else?

torpid flicker
#

Another user but it's just my alt

brittle jetty
#

Ah, got it. You'll use this custom command then!

{!warnings $1.user.id}
{!modlogs $1.user.id}```
torpid flicker
brittle jetty
#

Of course, glad I could help 🙂

river topaz
#

Ooo

#

Agent is here

#

Nvm I was late

river topaz
#

Is it possible to make The embed gets sent to #jail-logs
While
The normal text confirmation message gets sent in the same channel where the ?jail command was used

#

For some reason both the embed and the normal text confirmation is being sent to #jail-logs

fading rune
river topaz
#

e thanks

manic iglooBOT
river topaz
#

Did it reset?

manic iglooBOT
river topaz
#

Oh

fading rune
#

Please do not use commands here.

river topaz
#

Every certain amount of rep points u get a big point or something like that right?

river topaz
river topaz
#

I want it to be a normal text message

#

Not a embed

#

Like this

split sage
#

hello i was wondering if dyno can ban/kick anyone if they select a certain role?

paper geode
#

Hello what is lockdown command do?

prime belfry
#

Hello.
Auto-role is still not working? I think I may have to cut my subscription:/

#

Sorry reaction roles*

brittle jetty
brittle jetty
#

You can set lockdown channels in the Moderation module

brittle jetty
prime belfry
brittle jetty
prime belfry
brittle jetty
#

Would you like to continue in your premium thread or here?

#

Whichever is more convenient for you 🙂

prime belfry
#

As you wish but I canceled my subscription :/

#

In my case
It has been months with this option not working when people click to have a role

brittle jetty
#

That was referring to upgrading from a normal bot to a premium bot

prime belfry
#

I see

brittle jetty
#

Could I have your server ID please?

prime belfry
#

268746893452902410

brittle jetty
#

Well, since you canceled your subscription, we aren't able to help with the error you got. If you do want unlimited reaction roles, you can upgrade and we'll help you if you get the error again

prime belfry
#

No
I just want them to work
Nothing has been working for months concerning reaction roles:/
I think we were supposed to have an update here and then I forgot
And now we have new members so the issue is coming back

#

When members try to apply a role it just says that it failed

brittle jetty
#

What avatar does the reaction role bot have?

prime belfry
#

It does indeed seem the Dyno premium bot is missing from the discord
This one is the normal one?
So maybe I've missed an update asking us to reput it on the serv?

#

My bad then if that's the issue, I don't know why the Premium is missing.
Sorry for the inconvenience

brittle jetty
#

Yeah, that could’ve caused Dyno to throw the error when attempting to add more reaction roles

broken sage
#

Hello, about automessage, if i set it to saturday, the bot will auto message that message every saturday right ?

prime belfry
#

Wait what

manic iglooBOT
prime belfry
#

Oh I can't give

#

#.#

#

@brittle jetty I have to ping you and say thank you maybe ?

#

No xd

prime belfry
#

You made it as repeat every 1hour on the screen

#

From Saturday, every 1 hour

broken sage
prime belfry
#

168 hours in one week

broken sage
#

ah okay ty

brittle jetty
silk adder
#

Where can I add the bot on mobile

#

not on my computer

brittle jetty
prime belfry
brittle jetty
#

You can clone and resend the reaction roles. Let us know if you need assistance; we're here to help!

opal basin
#

what perks do you get

#

if you boost

hasty kite
#

You get a special role

opal basin
hasty kite
#

Yes

opal basin
#

..

daring birch
#

Jelou

versed gale
#

does starboard work for forum channels

lapis talon
#

Hi guys, how i can How can I make my bot react to any message sent through a specific channel?

left spoke
#

Hello! So I have had some issues with Dyno recently. My users or mods have not been able to use /role add. I have searched up on ChatGPT, Copilot and a lot more and they all say that it is a paywall so i have to pay so that my mods can have access to the command /role add. My mods do not have administrator permission with their role but they have manage roles permission but I still want them to have access to /role add, can anybody help?

#

/role add used to work like a charm but now it seems like it has disappeared.

ionic lily
#

does anyone know why i cant manage this?

buoyant plume
#

Because it's a core Dyno command, it cannot be managed/disabled

buoyant plume
left spoke
buoyant plume
#

Does the prefix command work?

left spoke
#

Yes

manic iglooBOT
buoyant plume
#

In that case you can follow these instructions

left spoke
#

Okay thx

vast mantle
#

Hello what do i do if i got banned from a server and dyno bot was supposed to send me a automated message to appeal the ban but i didn't get anything

rancid hatch
#

how do i get dyno to auto remove a role from someone when they get a different role

#

like for example if they join in with unverified but then they get the verified role how do i make it remove the unverified role?

vast mantle
#

@buoyant plume

ionic lily
hasty kite
#

@fluid zephyr please only chat here if you need support with Dyno

somber portal
#

@buoyant plume @gray oriole @sharp widget @hasty kite please help me please reply my message

hasty kite
#

Please don’t ping staff for support. Ask your questions and someone will help when available.

somber portal
#

@buoyant plume @gray oriole @sharp widget @hasty kite please help me please reply my message

#

@regal jewel

#

@dapper ember

hasty kite
#

Stop with the pings. Just ask your question

somber portal
#

@rain forge

somber portal
# hasty kite Stop with the pings. Just ask your question

How to create dyno coustom command like my role name is speakaccess whenever I type ?speakaccess and mention user so it will give users to speakaccess role and the user have already have speak access so it will remove speakaccess form the user

#

How to do this

#

I try 20 + time but It will not working 😭

#

Please help in make command

#

@hasty kite

hasty kite
#

Someone will help when they are available. Please have patience

somber portal
#

Command

#

For performe this operation

#

Please

#

@hasty kite

strong sonnetBOT
#

dc._.kingdom was smacked with a mute spoon

marsh vortex
#

anyone else getting this rn all the sudden??

#

nvm its back up idk why i was getting that

river topaz
#

He already told u to stop spam pinging him

hasty kite
knotty hill
#

So erm.. i kinda need help with the bot it doesn’t like adding roles to people who have reacted to the message and it does have perms to be able to give people roles

uncut gull
#

How to resend appeal? I got rejected an appeal💀

grand aurora
obsidian yoke
#

Hi

#

🖐️

manic iglooBOT
inland shore
#

Wanna create a detection system with dyno, if someone says a specific phrase dyno deletes that phrase and alerts to moderators

velvet anchor
#

hi, looking for something very specific:
i want a message / embed that displays all members of a certain role, updating in regular intervals

warped wasp
#

Hello

velvet anchor
#

would be awesome if someone knew a way, thx : )

nocturne ore
#

Hi, I'm having issues getting it to assign roles with emoji reactions. I gave it the message ID, and the emojis I want it to use, but it isn't working. Any help would be appreciated

#

Haha, figured it out, thanks to the post above!

river lodge
#

Howdy folks. In "Custom Commands"; you can set nicknames (i.e. {!setnick $1 Recruit $2}

Is there a way for this command to respect spaces? If I use John Smith1, it'll only take John for example.

sharp widget
velvet anchor
sharp widget
#

We do not rec bots sorry

river lodge
sharp widget
#

Yep

river lodge
#

Bless you!

sharp widget
#

No

#

Np

outer tundra
#

Yall question

#

Is there a way to be able to make it to where dyno makes a specific link, if you send it to someone then they skip your verification process and get member role after that

#

As the link is through dyno, and when you use the link dyno senses it and vouches the person who invited someone else and that person

brittle jetty
manic iglooBOT
brittle jetty
#

Of course!

vivid elm
#

Hi

#

I from brasil

finite needle
#

hello I am having a issue with a user in my server who was not banned and when they went to join it gave them this message, would you know how to fix that?

sonic remnant
#

how to make a auto reaction??

#

tell me

raven isle
#

guys can anyone help with autoroles module , the thing is i have setup the permissions and all the necessary things that the module requires properly but its not working for me

fading rune
manic iglooBOT
wise sedge
#

how to get rid of all the discord members that joined a bot inv

#

with a different bot

fading rune
hushed oak
#

hello so im trying to use the role in command but it doesnt work. Im trying with the non premium and premium bot but after the countdown it applies the roles to zero people, i have tried executing it with a prefix and with a /
Does anyone have any clue why this is? and if yes the debug?

proper moth
#

autoroles occasionally break for a couple of servers I’m in

buoyant dune
#

How do I make a reaction role

next wagon
#

Hey, quick question. Is months an option when inputting duration? Or do I need to convert it to days

manic iglooBOT
dire peak
#

How I can setup mute role without discord timeout

regal jewel
manic iglooBOT
regal jewel
#

just ensure in the moderation module the "Use Discord timeouts for mutes" is unselected

grave sail
#

@regal jewel buddy can i buy yearly subscription ???

regal jewel
manic iglooBOT
regal jewel
vagrant summit
#

Hey my account got hacked and shared some inappropriate links and I was banned from official game community like wuthering waves, and trickedge , and if I message someone some of them are delivering and others are not delivery I appealed and give authority to the appeal what should I do?

brittle jetty
vagrant summit
#

Will I ever be unbande from the servers?

brittle jetty
#

We don't know; that choice is at the discretion of the server. We're simply the service they use and thus cannot help with moderation issues.

vagrant summit
#

Oo

vagrant summit
brittle jetty
#

We wouldn't know. It depends on the staff in that server.

vagrant summit
manic iglooBOT
brittle jetty
#

Of course

summer oak
#

Having some issues setting up temp-roles for custom commands; They get added to the user, but are then not removed after the specified time. Dyno role is above the role it gives.

merry ibex
#

I'm trying to make a custom command but it won't show up when I do /command to check if it was enabled or disabledand the bot doesn't recognize the command even though the command has all the right regulations and the right prefix
Plz help I'm new and confused

regal jewel
summer oak
#

The issue is, is that it grants the temporary role, but it doesn't remove it after the specified time period. It sticks it to the user

regal jewel
merry ibex
regal jewel
summer oak
#

Will test; Ill be back

regal jewel
regal jewel
#

@summer oak after testing please respond in the thread that you opened and i will continue support there

in future please refrain from cross-posting

merry ibex
#

Do you need it in the name of the command or somerhing?

regal jewel
merry ibex
#

My prefix is • so I tried to do •fact

regal jewel
#

see below for more info

manic iglooBOT
merry ibex
#

sry

#

yes it is working now thanks

regal jewel
calm locust
#

is there a bug where dyno doesn't unmute people after a mute

#

if so how to resolve

fading rune
#

There is currently an issue with timed moderations that has already been reported.

summer oak
fading rune
#

We don't have ETAs.

summer oak
fading rune
#

Again, we don't have ETAs.

#

They're resolved pretty quickly.

stark zephyr
#

Hello, I'm having trouble getting nicknames, images, etc. to show up. Instead, I get numbers or something else. Could someone help?

brittle jetty
#

For example, the footer, field, title, etc.

calm locust
stark zephyr
#

this is footer @brittle jetty

brittle jetty
#

Due to how Discord embeds work, formatting doesn't work in footers. You'll have to put the formatting in the description of the embed
-# ℹ️ This is a Discord limitation and there are no workarounds.

stark zephyr
#

okey, thanks for help

#

have good day!

brittle jetty
#

Of course!

strong moth
#

Hello

#

I have a anwser

fading rune
#

If so, just ask

strong moth
regal jewel
#

hey @summer oak just wanted to drop and and see if the issue you was having with the temprole command is still persisting. the service was restarted so it should be back to normal now

fading rune
strong moth
fading rune
latent bough
brittle jetty
latent bough
brittle jetty
#

Can you try a different browser?

latent bough
fading rune
#

Please be patient.

strong moth
manic iglooBOT
strong moth
#

So what would the whole command be like?

fading rune
strong moth
fading rune
#

?myCommand @user reason

slow elbow
#

Hey, how do I create a custom command where It gives someone a role?

latent bough
#

Yall can someone continue helping me I don’t wanna sound impatient but the person who was helping kinda disappeared 😭😭

slow elbow
slow elbow
strong moth
strong moth
manic iglooBOT
summer oak
#

auto rep hmm

regal jewel
slow elbow
#

Like this?

#

I don’t understand.. 😭

slow elbow
#

Can someone help please?

brittle jetty
# latent bough Wym?

Can you try accessing the dashboard on a different browser, device, or on incognito?

brittle jetty
slow elbow
#

But what about the special command

#

It doesn’t give the role when I do that

#

The disable module on custom commands is on, should I turn it off?

brittle jetty
# strong moth Like this?

That is incorrect. You'd need to use

{!mute $1 24h}
{!role $1 +roleID1, +roleID2}

-# Modify as needed. Do not use AI to troubleshoot Dyno custom commands; AI is far too inaccurate.

brittle jetty
slow elbow
#

Work*

latent bough
fading rune
strong moth
brittle jetty
slow elbow
#

?toxskeys @{ping}

latent bough
fading rune
brittle jetty
slow elbow
#

Or just by itself

brittle jetty
#

No, just run it in the channel

slow elbow
#

Or in Dyno?

brittle jetty
#

Run it in your channel and show a screenshot of the result

brittle jetty
latent bough
slow elbow
#

I think the prefix changed

brittle jetty
#

Try using your server prefix

brittle jetty
#

You need to remove the !strike1 [user.id] [reason], add a reason to {!warn $1}, and delete the role next to each ID in the third command.

If you want to be able to specify a reason every time, you can use {!warn $1 $2+}.

brittle jetty
#

To specify a user, you have to use Dyno arguments. Your entire command should look like this:

{!mute $1 24h}
{!role $1 +1451572869308874786}
brittle jetty
latent bough
brittle jetty
sly pewter
#

Dyno wont let me change tags inside of the dashboard

#

anytime I go to save it

vast dagger
#

How do I use the tags

summer oak
strong moth
regal jewel
regal jewel
manic iglooBOT
vast dagger
manic iglooBOT
brittle jetty
# strong moth Finally?

The role ID is duplicated twice. You only need one, like so:
{!role $1 +1451572869308874786}
-# Please don't ping for support and be patient.

brittle jetty
brittle jetty
#

Make sure to re-add the ! in the {warn $1 $2+}

#

Like so: {!warn $1 $2+}

strong moth
#

Ok

#

To make the command in the chat, how is it?

brittle jetty
#

Command Usage: ?cc-name @user [reason]
Example: ?strike1 @agents Bananas are good

Notes:

  • Replace cc-name with the name of the custom command.
  • Do not include the brackets [] in the custom command.
  • Use your server prefix.
brittle jetty
#

No, you would run this in a channel on Discord.
-# Do not include this in the custom command Command box.

brittle jetty
#

Sure

strong moth
brittle jetty
#

You can press Add/Edit Embed to create an embed with a message.

sly pewter
#

So its kind of annoying and I cant use the category feature and have multiple lined tags

brittle jetty
#

Here's an example of what the embed could look like:
```User: $1.user.mention ($1.user.id)
Reason: $2+
Type: Warn, Mute (24h)

[other stuff]

-# Modify as needed.
vast dagger
#

How do I put dyno as a higher role?

strong moth
vast dagger
#

It’s my first time man can you help me with that please?

strong moth
vast dagger
#

I’m English

strong moth
vast dagger
#

Ty

strong moth
brittle jetty
strong moth
brittle jetty
#

You would use {user}.

strong moth
#

-# Sorry for the ping

strong moth
#

It’s gonna be like this?
The User: mentioned the user have received the warn and your ID, the Reason: i’ts the reason for received the warn and the By: i’ts the staff who sent the warn

brittle jetty
#

Yes, that is correct.

strong moth
manic iglooBOT
strong moth
#

@brittle jetty

#

It didn’t work

fading rune
#

@strong moth Please stop pinging for support.

#

And actually state what's not working.

vast dagger
#

Guys like I did the ?tag ban thing but it just says like “ban the user” it didn’t ban him from the server or sum

#

How do I do that

#

?

strong sonnetBOT
#
**Command:** ?ban

Description: Ban a member, optional time limit
Cooldown: 3 seconds
Usage:
?ban [user] [limit] [reason]
?ban save [user] [limit] [reason]
?ban noappeal [user] [limit] [reason]
Example:
?ban bean making bugs
?ban save gin 2d needs to calm down
?ban noappeal piguy dont come back

vast dagger
#

I’ll try now

#

Thanksss

#

Can somebody tell me all commands?

brittle jetty
#

You can view a list of commands on the dashboard > Commands, or by checking out our docs: https://docs.dyno.gg

sharp edge
#

Hey

#

I need to talk to one of you server owners 🙄

brittle jetty
#

Is there something specific you need to talk about?

sharp edge
#

Yea im banned in one of my games for an 1 single emoji dif first mistake ive made didnt send me a warning message like " hey this message was removed because it could be seen as something else" no i was just instantly banned when I got back to my computer

strong sonnetBOT
#

Dyno is simply a service used to moderate users, and as such, Dyno Staff cannot help you with moderation issues from other servers. If you believed you were mistakenly banned or there was another issue, you must attempt to contact the staff of the server where you were banned. You can ask a friend to do this on your behalf or see if the server has any other social media. If the server has a Dyno appeal form set up, the link would have been DMed to you when you were banned.

brittle jetty
#

@sharp edge see this

sharp edge
#

I do

#

Im just really confused 😢😭 I jus got back on here like a month ago

regal jewel
lyric bramble
#

so if I banned someone outside my server using their ID, would they be DMed a "you were banned from x server, click here to appeal" assuming I have that turned on

#

bc dyno is basically in every major discord so the possibility of that happening in which the user I ban shares a server with dyno is almost guranteed

rotund cosmos
#

hey, is it possible to create reputation commands with dyno?

#

through custom commands etc

#

kindly @ me for reply :)

distant monolith
distant monolith
ivory cove
#

just a question i been trying to down the ALL CAPS auto-mod module to 45% or low but when ever i save and refresh it go back to 70% is it a bug ?

umbral quarry
#

I was banned on the server, and Dyno just gave me a reason without a link to an appeal, but I remember there was an appeal button somewhere. Can you tell me where it is usually located?

distant monolith
manic iglooBOT
kindred geyser
#

My welcome module is enabled, but when users join the discord "dyno" doesnt post the welcome message.

distant monolith
kindred geyser
distant monolith
#

are you testing with a user? Dyno ignores bots

kindred geyser
distant monolith
#

please run ?diagnose announcements and show me Dynos response

kindred geyser
distant monolith
#

could you please show me your whole setup?

kindred geyser
#

Oh wait, its fixed now. It just took some time to "work". Super sorry!

distant monolith
#

np, im glad its working

kindred geyser
#

Ty

distant monolith
manic iglooBOT
distant monolith
kindred geyser
distant monolith
kindred geyser
#

Ah, okay, tysm!

distant monolith
#

it's at the very bottom of the announcements website

#

-# oops, ur using the welcome module

strong moth
#

How do I show an embed visible only to the staff after a warning is sent?

brittle jetty
teal condor
#

@distant monolith

#

help

strong sonnetBOT
#

If you need help with Dyno, please ask a question or state a problem.

fading rune
#

@teal condor Please do not ping staff for support.

#

If you have a question, just ask.

teal condor
#

ohh ok

#

how can i change dyno's profile picture

fading rune
#

You need the custom premium plan to change the picture.

teal condor
#

ok thanks

manic iglooBOT
fading rune
ornate oriole
#

Any idea why Autoroles is not working? The bot has full perms and is all the way at the top of the roles list

stark zephyr
#

Hi, is it possible to create a button in Dyno Bot to randomly select questions I have set, and with each click the question changes?

stark zephyr
fading rune
stark zephyr
manic iglooBOT
stark zephyr
#

@fading rune thanks. Have good day!

mortal kite
#

how do i make it that when someone join the bot ping them in a channel and delete the ping

fading rune
mortal kite
manic iglooBOT
late briar
#

How can I reroll my giveaway

#

Or how can I get giveaway id

fading rune
#

?giveaway reroll MESSAGE_ID

#

The giveaway ID is the message ID of the giveaway posted by dyno.

late briar
#

I cant find it.

strong sonnetBOT
#

Check out this page to learn how to easily copy IDs in Discord.

You can also use Dyno to collect some IDs using the following commands:
?roleinfo - Role ID
?serverinfo Server ID
?whois - User ID

fading rune
#

To get the message ID, you can simply copy the message link

#

Then the message ID is the last bunch of numbers at the end of the link after the last /

late briar
#

Thanks.

manic iglooBOT
late briar
#

The last one is the number right

#

c3ccc652

#

@fading rune

fading rune
#

I said the message link of Dyno.

#

Not the giveaway link.

#

Go to the message Dyno posted, right click, copy message link.

late briar
#

Got it.

strong moth
#

How can I register a warn? Being visible only by the staff, in the message have to content the person Who gave, to whom and his message

strong sonnetBOT
#
**Command:** ?warn

Description: Warn a member
Cooldown: 3 seconds
Usage:
?warn [user] (reason)
Example:
?warn @NoobLance Stop posting lewd images

torpid flicker
#

With the way the custom command is set up at the moment, would this automatically give the reason for the action (listed below) every time the command is run?

(I don't have any accounts to test the softban with)

proven ruin
#

how can I check if dyno can message me?I submitted a ban appeal for a server but idk if the bot can message me

stark zephyr
#

Does anyone know how to make such a proposal system?

fading rune
fading rune
proven ruin
#

okay

torpid flicker
fading rune
#

Yeah

torpid flicker
#

thanks

fading rune
torpid flicker
#

@fading rune Sorry to bother, is it $1.user.id or just $1? Just putting $1 wouldn't do anything, no?

torpid flicker
strong moth
#

How can I register a warn? Being visible only by the staff, in the message have to content the person Who gave, to whom and his message

torpid flicker
#

?warn UID Reason

strong moth
#

???

torpid flicker
strong moth
#

I’ts in portuguese, but don’t have to traduce

tranquil kite
#

When i mute like ”?mute [user] [time]” it's always minutes even if i write seconds or hours

torpid flicker
# strong moth How I made this?

It looks fine to me, but if that isn't the channel you want logs to go to, open the "Moderation" module and change the "Log Channel" to whatever channel you want logs to go to

torpid flicker
manic iglooBOT
strong moth
torpid flicker
strong moth
#

Because i don’t want all the Moderation logs in the channel, only the warns

old basin
#

Is it possible, within a command like this, to run the command and change the users name to a specific format?

grave mason
#

When i update to a premium DYNO account - do i need to kick the other DYNO?

fading rune
grave mason
grave mason
#

I am having trouble with Autorole - For some reason it stopped working yesterday. I have removed and readded the requirements, but they still won't function.

cloud kindle
#

That isnt normal right?

fading rune
cloud kindle
#

oooh

#

yeah didn't look at that
thank u!

tawdry shoal
#

Can we create an embed sort off guideline panel from dyno?
There would a drop-down, people click on it and choose their appropriate questions and dyno sends and empheral message showing the answer.
For example, I have provided an image!

manic iglooBOT
late briar
#

How can I count the invites of the players in my server

distant monolith
crude roost
#

hi so I want to automate softban the bot/hacked account that go spamming around lately, these setting should be all I need right since i don't see an option for softban anywhere?

wide fiber
#

Anyone know how to link to id:customize in the welcome message?

wide fiber
#

The URL for it is just https://discord.com/channels/<serverID>/customize-community

sinful flint
#

dont think you can add it to the welcome messgage

wide fiber
#

That's spectacularly unhelpful if that's the case

hot basin
#

question
if in a discord server
a mod muted me using dyno
but didnt specify a time
am i just permanently muted?

tawdry shoal
#

@wide fiber

They are just spreading misinfo.
If you want to include that in your message, you have to type "id:customize.". (Copy the message for seeing what actually is written.)

wide fiber
#

Thanks!

fallen wolf
shrewd night
#

Question. How long does a ban appeal takes?

sharp widget
#

Depends on the server, we would have no idea here tho

hot basin
sullen acorn
#

Excuse the inconvenience, do you know how to make Dyno show all deleted messages for a person or in general, or what command to use?

#

Excuse my bad English, I speak Spanish

fallen wolf
# sullen acorn Excuse the inconvenience, do you know how to make Dyno show all deleted messages...

Hola, Dyno no tiene un comando específico para esta función. Sin embargo, puedes habilitar los registros de eliminación de mensajes mediante el módulo "Registros de acciones" en el panel web. Esto te permitirá llevar un registro de los mensajes eliminados desde el momento en que actives esta función.
-# Hello, Dyno does not have a command for this exact feature. However, you can enable message deletion logs using the "Action Logs" module in the web dashboard. This will allow you to keep track of deleted messages starting from when you enable this logging.

sullen acorn
#

Muchas gracias

fallen wolf
#

de nada

long lava
#

Dyno Just started assigning a role to all users (role is a button activated role); something going on?

long lava
gentle bay
#

Why am I continually being welcomed by Dyno for multiple servers

clear mist
#

Here we go

#

I have put dyno in quarantine for the same reason

#

I’ve been told that sapphire is also having some issues, is this a discord issue?

#

575 pings

#

It’s pinging people who have been in the server for years

clear mist
#

Thanks in advance

#

Potentially an issue on discords end?

#

This also happened the other day but I didn’t think anything of it because it was resolved after a few minutes but it happened with far more people

Sorry random info dump that yall might not need

rigid portal
#

No worries @clear mist. Seems like its an issue on discords end

rigid portal
clear mist
#

Nothing appeared on the status page at the time I looked so I didn’t think much of it

charred radish
#

curious if theres a way to know how many times a specific custom command was used on a specific user. and also how many times someone used a specific custom command

clever dawn
#

guys

#

my server keeps getting raided and i have no idea what to do

#

ive purged the messages and lockdown all channels but thats what i did the last time and the bot came back

#

honestly what do i do

brittle jetty
regal jewel
#

you can check in the logs on the dashboard

long lava
#

The role in question was an autorole, so if dyno thought people were joining, then it makes sense.

vast dagger
#

I have a question guys like how do I see how many times someone invited someone in my server and they joined

brittle jetty
vast dagger
#

Okay thanks

clear mist
#

Yeah I’ll just let wick do his thing

lime sonnet
#

Hello. I own 7 custom servers , and have dyno premium in one. My question is , do I need to purchase dyno premium for every server? Or can I simply add the bot to each server ?

Thanks.

plucky gulch
#

How I find my uid no please help

fallen wolf
fallen wolf
#

?whois @plucky gulch

strong sonnetBOT
#
vipjhon

@plucky gulch

Joined

Tue, Mar 17, 2026 3:14 AM

Registered

Thu, Mar 12, 2026 7:55 AM

Roles [0]

None

fallen wolf
#

1481561191909298218

plucky gulch
#

vipjhon1481561191909298218

#

Thanks

manic iglooBOT
left nimbus
#

anyone know why its saying that when i run this command? (custom commands)
{require:serverMod}
{delete}
{!role remove $1 • Clan Member}

Clan Role Removed
Officer: {user.mention}
User: $1
Server: {server.name}
Time: {datetime}

#

jhyl is just my alt to test

distant monolith
left nimbus
manic iglooBOT
distant monolith
verbal vortex
#

Is it possible to setup no link automod like those who don't have gif perms there all links will be deleted including the allowed links

lime sonnet
turbid saffron
#

Does anyone here have any idea why Dynobot won't let me add any more reaction roles?

#

I was trying to add a reaction role for a new timezone and I keep getting an error no matter what I try to do differently.

tawdry shoal
#

Thx

glad rover
#

Does anybody know how the referral link works? Currently having trouble with my giveaway. The giveaway has a few role reqs to join and referral entry is on so they gotta join the server first... the problem is when someone invites or joins via referral link the other person still doesnt get an extra entry

low latch
plucky gulch
#

7 days ban mean i got unban in after 7 day's

lime sonnet
#

(It’s a financial question hence I am asking the community )

plucky gulch
#

I got ban and reminder is 7days

#

What it's mean

#

J

regal jewel
strong sonnetBOT
#

Dyno is simply a service used to moderate users, and as such, Dyno Staff cannot help you with moderation issues from other servers. If you believed you were mistakenly banned or there was another issue, you must attempt to contact the staff of the server where you were banned. You can ask a friend to do this on your behalf or see if the server has any other social media. If the server has a Dyno appeal form set up, the link would have been DMed to you when you were banned.

regal jewel
livid sigil
#

how to see wat the command is for reaction roles

distant monolith
livid sigil
#

ye but how do i do the cmd

distant monolith
#

what command?

livid sigil
manic iglooBOT
blazing citrus
#

@mods

#

cant check the members list (to see who has a mod role) and i wont risk mentioning naveed

#

@regal jewel

#

(sorry for the mention)

livid sigil
#

Doesnt tell me wat command i use tho

distant monolith
livid sigil
#

how i use it then

distant monolith
#

you set it up and your users can react or press a button to get a role

#

thats "Reaction-Roles"

#

if you want to create a command then you have to use the custom commands module

manic iglooBOT
tranquil kite
#

i want dyno to automatically react to any image sent in a specific channel, but it's kinda forcing me to write text that will trigger the reaction

livid sigil
#

is it possible to do

!role (specific role) other role

manic iglooBOT
tranquil kite
#

Thanks

distant monolith
manic iglooBOT
strong sonnetBOT
#
**Command:** ?role in

Description: Toggle a role for all members in a role
Cooldown: 5 seconds
Usage:
?role in [in role], [role]
Example:
?role in Support, Team

livid sigil
#

?kick

#

can i mass kick people

spring swan
#

Would someone be able to help me set up a custom command at all by chance?

stable mango
#

staff cant do /temp role

#

even tho in the dashboard it has the perms to do so

distant monolith
spring swan
# distant monolith sure

Is it possible to have a custom command that generates when a user receives a specific role?
Basically when a user receives a specific role I want Dyno to pop a message in a specific channel that goes smth like welcome to the server @user

distant monolith
#

at the end your command should look like this that

{!role $1.user.id +roleid}
Congrats $1.user.mention, you got the whatever role!```
spring swan
spring swan
#

<333

#

I'm gonna try it now

spring swan
distant monolith
#

thats the only way to trigger the message

spring swan
#

Okay, thanks so much! I think I found another bot that will do it automatically for me when someone gets the role it will trigger the event that I'd like although I do really appreciate your time and help. Thank you!!!

distant monolith
#

you're welcome

manic iglooBOT
west sandal
#

Is there a way to track when certain people join your roblox game and ping a certain role and also send a link to the game.

lime sonnet
stray garden
#

We've added a dyno forum for us to verify new people and apply for certian roles. When some people try and complete it (only on mobile iOS as far as I can tell), they get this message. Is there any tips on how to fix this? Had a hard time googling this issue

stray garden
brittle jetty
manic iglooBOT
brittle jetty
#

Of course!

final escarp
#

Hey quick question before I was able to do 4 reaction now when try cloning says reached max

#

@brittle jetty

brittle jetty
final escarp
brittle jetty
#

The limit has always been 3 reaction roles.

final escarp
regal jewel
lime sonnet
regal jewel
# lime sonnet copy - this is what i needed to hear

also for confirmation there wont be any discord bots that offer a single premium plan for all servers you are in, this wouldn't make any logical sense from a business point of view. in case you were looking around for that

somber cairn
#

hi all, i really want to add the ability to gain level xp through voice chat activity & also just wondering what the cmd is to add level xp to a user?

brittle jetty
waxen glade
#

oop 🥲

pure edge
#

@gray oriole

waxen glade
#

is there a way to see the status or anything for suggestions? Saw a suggestion about logging of forwarded messages but it was from a long time ago so not sure if it's still being looked at

brittle jetty
#

Our developer look at all the suggestions put in #feature-requests but there is no status on when any of them would be implemented.

waxen glade
#

aii

#

is it fine to make a new duplicate or is that too much lol

#

i think opens a pretty big gap in terms of moderation since you don't even see that there was a message

viral coyote
#

O

lofty shuttle
#

We have two levels of moderators.

Level 1 moderators can only use the warn and mute commands.
Level 2 moderators can use warn, mute, kick, ban, and unban commands.

How can I do this?

tawdry shoal
somber cairn
#

how do i make a feature request?

dire peak
#

How I can turn off afk mod in Dyno

distant monolith
strong sonnetBOT
#
**Command:** ?module

Description: Enable/disable a module.
Cooldown: 5 seconds
Usage:
?module [module name]
Example:
?module Fun

dire peak
#

Ok thanks

glacial vault
#

guys I need assistance with the emoji reactions

#

is there a way Dyno can block some specific emojis, so they can't be used to react messages?

#

like, blacklisting specific emojis

silent aurora
#

How can i add info to a ticket i already sent?

fading rune
silent aurora
#

Appeal, sorry

fading rune
#

You were already answered in your thread.

heady flint
distant monolith
#

did you add any links to the embed?

heady flint
#

no

#

what type of linksÉ

distant monolith
#

is the module enabled?

heady flint
#

yes

distant monolith
#

please run ?diagnose autoresponder and show me Dynos response