Skip to content

Releases: natsu-anon/STOWAWAY

VER 0.2.0 AW JEEZE BUD WE NEED HELP

27 Feb 07:08
Compare
Choose a tag to compare
Pre-release
      _  __ __        __        __
 //  /_` / / / | | | /_/ | | | /_/ /_/  //
//  ._/ / /_/  |/|/ / /  |/|/ / /  /   //  v 0.2.0
This software is licensed under the WTFPL

STOWAWAY v0.2.0 currently only accesses one channel at a time -- im working on it.

You can launch STOWAWAY without any command line arguments if you create a file named 'channel_id.txt' that contains the id of the channel you want to connect to.
You must SETUP a bot, then ADD IT TO the desired server in order to use STOWAWAY.

SETTING UP A BOT:

  1. Set up an account on discord.com/developers
  2. Go to discord.com/developers/applications
  3. Press "New Application" button in the top right
  4. Enter a name for your app (this won't be your bot's username), then '"Create"
  5. Press the "Bot" tab on the sidebar, then "Add Bot" button.
  6. "Yes, do it!"
  7. Feel free to change your bot's uername & icon (you can always change this later)
  8. Disable "Public Bot"
  9. Enable both "PRESENCE INTENT" and "SERVER MEMBERS INTENT"

When launching STOWAWAY for the first time you will be prompted to enter a discord bot token. You will use THIS BOT'S TOKEN. You can press "Copy" in the token area of your bot's page to copy the token, then you can copy (most windows terminals copy via right-click) it into STOWAWAY.

NOTE: NEVER SHARE YOUR TOKEN WITH ANYONE

ADDING A BOT TO YOUR DESIRED SERVER

  1. Go to your application's "General Information" page
  2. Copy your client id
  3. go to https://discord.com/api/oauth2/authorize?client_id=CLIENT_ID&permissions=117824&scope=bot, but replace CLIENT_ID with your client id.
  4. add to the desired server (note: you need permission to add bots to servers)