forked from discord-bot-studio/mods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathModPurposeGuide
147 lines (111 loc) · 3.07 KB
/
ModPurposeGuide
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
Mod Purpose Guide
Updated: 8/1/20
• EmbedPoll
Embeds a poll with up to 9 different options to vote for.
Dev: Discord Bot Studio
• Wait
Makes the bot wait before starting the next response(s) and sends message saying waiting.
Dev: Discord Bot Studio, Vannzilla
• MoreStatus
Adds watching and listening to use in bot status instead of just playing. Also adds the ability to insert server count into bot status using $$servers$$.
Dev: Vannzilla
• PingMessage
Adds ability to make a ping command use $$ping$$ to insert ping.
Dev: Vannzilla
• TTSMessage
Adds the ability to send a TTS(text to speech) message.
Dev: Big D#1129
• CheckChannelID
Adds the ability to check if the command was sent in a specified channel. If not the rest of the command strip will be terminated.
Dev: Big D#1129
• IfNSFW
Checks if command channel is NSFW
Dev: Vannzilla
• InvLink
Sends customized message with your bots invite link using clinet ID and permission integer
Dev: Vannzilla
• ConsoleLog
Logs message to the console
Dev: Vannzilla
• UpTime
Ability to display the uptime of the bot.
Dev: Big D#1129
• PinMod
Makes the bot pin a message.
Dev: Hectoliters#7743
• ChannelProperties
Allows you to edit properties from channels such as name, parent/category and topic/description.
Dev: Hectoliters#7743
• Loop
Repeats previous nodes allowing you to make loops, counters and easy spam
Dev: Hectoliters#7743
• GetServerInfo
Send a message containing the logo, members and the creation date of the server.
Dev: STR1KE#6969
• Unban
Unban someone
Dev: STR1KE#6969
• Command Cooldown
Command cooldown
Original Dev: STR1KE#6969
Updated Dev: Vannzilla
• Slowmode
Adds slowmode
Dev: STR1KE#6969
• check if arguments are none
If arguments are none then the nodes after the mod wont be called
Dev: STR1KE#6960
• Delete Role from Server
Deletes a defined role from Server
Dev: 【qizzle】#9271
• CheckRoleID
Adds ability to check if the command was sent by someone with a specific role.
Dev: Big D#1129
• Change Server Name
Changes the Name of the Server
Dev: aoe#4851
• Change Server Region
Changes the Region of the Server
Dev: aoe#4851
• Change Server Icon
Changes the Icon of the Server
Dev: aoe#4851
• Leave Server
Ability to let the Bot Leave the Server
Dev: aoe#4851
• Emoji
Creates a New Emoji
Dev: aoe#4851
• GetInviteCount
Gets the Invite Count from the Message Author and saves it into a var
Dev: aoe#4851
• MessageReply
Normal Message Reply
Dev: aoe#4851
• Embed Reply
Embed Message Reply
Dev: aoe#4851
• Random User
Gets a random User from a reaction
Dev: aoe#4851
• CreateCategory
Creates a Category
Dev: aoe#4851
• Get Mentioned Role
Gets the mentioned Role
Dev: Pokemonultra#2815
• CreateGuildInvite
Creates a Guild Invite in the Command Channel
Dev: aoe#4851
• SetPrefix
Sets a Prefix Per Server
Dev: aoe#4851
• EditEmbed
Sends and edits an embed
Dev: Miro#6969 & STR1KE
• RemoveReaction
Removes an reaction from an already said message for an User
Dev:Miro#6969
• Unpinall
Unpins every pinned message within the command channel
Dev:Miro#6969