This bot lets you create advanced scripts to manage your server or just to have fun. It aims to simulate OOP languages, but it does not yet
Invite: https://discord.com/api/oauth2/authorize?client_id=898257133429207080&permissions=8&scope=bot (In case the normal invite button doesn't work) Discord Server (With demos and support): https://www.discord.gg/RKuWGZdbYY
Example scripts (so you know what you're dealing with - type "@[bot name] -stay" and put these scripts in the next line (shift+enter)):
(Get full documentation at https://github.com/Dummi26/dc-Dummi26s_Script_Bot)
----- Send messages -----
Main() { send("Test message").setPinned('true');// sends "Test message" and pins it in the channel. }
----- Receive messages | needs -stay -----
OnMessage(dictionary data) { send(data.get("Content"));// gets the message's content and sends it again }
----- Resend images (possible edit them, but complicated and takes a while) | needs -stay -----
OnMessage(dictionary data) { if ( data.get("Attachments").length() > '0' ) { data.get("Attachments").get('0').get("URL").downloadImage().image(); } }
5
1 समीक्षा
समीक्षा केवल पंजीकृत उपयोगकर्ताओं द्वारा ही छोड़ी जा सकती है। सभी समीक्षाएँ Top.gg मॉडरेटर द्वारा संचालित की जाती हैं। कृपया पोस्ट करने से पहले हमारे दिशानिर्देशों की जांच करना सुनिश्चित करें।
5 स्टार्स
1
4 स्टार्स
0
3 स्टार्स
0
2 स्टार्स
0
1 स्टार
0