Function Template
# $FUNCTION
#### Usage: `$FUNCTION NAME + PARAMETERS`
<br/>
<discord-messages>
<discord-message :bot="false" role-color="#ffcc9a" author="Member">
!!exec There is `$botCount` bots in the server!
</discord-message>
<discord-message :bot="true" role-color="#0099ff" author="Custom Command" avatar="https://media.discordapp.net/avatars/725721249652670555/781224f90c3b841ba5b40678e032f74a.webp">
There is `1` bot in the server
</discord-message>
</discord-messages>
##### Function difficulty: <Badge type="tip/ warning/ danger" text="Easy/ Medium/ Difficult" vertical="middle" />
###### Tags: <Badge type="tip" text="TAG 2" vertical="middle" /> <Badge type="tip" text="TAG 2" vertical="middle" />
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16