Skip to content
toketwo edited this page Feb 8, 2023 · 38 revisions

Home

Reference

[//]: # * "Console-Commands"

User Instructions

  • Download the Generic badge
  • Make sure you've got NET Runtime 5.* AND Visual C++ 2015-2019 installed (or all of them!)!
  • Create a Discord Application
  • Paste your application bot token inside the file called bot.token in the main directory of discordamx!
  • Use the WIKI to create your own pawn script!

Important Information / Warnings:

  • Discord Channel, User, Role, Message or any other ID's, are usually 17-18 digits. Please keep in mind- there is ID handling for GUILD members (not users via DM) and guild's, making scripting somewhat easier. To be able to see the ID's inside your discord application, make sure you have DEVELOPER MODE enabled! If a message is meant to go out
  • Everything is experimental and not guaranteed to work! Things can change completely or just slightly depending on how they work out.
  • Member ID's and other (script-side) ID's start at 1 not 0! 0 = INVALID_USER, INVALID_TIMER, INVALID_EMBED...