Skip to content

Latest commit

 

History

History
55 lines (50 loc) · 2.82 KB

README.md

File metadata and controls

55 lines (50 loc) · 2.82 KB

GitHub all releases

SpyAgent-DiscordBot description

a bot that allows you to track messages on connected servers and also send messages to selected channels on behalf of the bot
the program is designed for Windows OS
I recommend using Windows Terminal: https://www.microsoft.com/store/productId/9N0DX20HK701?ocid=pdpshare

How to use it?

To use this program, you need python, preferably version 3.12 or 3.11
To install all the necessary modules download requirements.txt and enter the
pip install -r path/to/requirements.txt
command in the console
you have to go to the website: https://discord.com/developers/applications then create your own discord bot
Next, turn on the switches under the Privileged Gateway Intents category located in the bot settings. screenshot

Next, generate your link and invite your bot to your server.
Next, you need to get your bot's token and insert it into the config.
Then select the server and channel and you can now use it.
to find out all the commands and their functionality, you can type ***help

Command list

You can open a window for entering commands by pressing F12 (default) or by typing as a message. Example: ***help
All commands work with the prefix ***

In the mode of communication on servers:

  • reset - Gives you the opportunity to re-select the channel and server
  • file - Allows you to send any file
  • mute - Allows you to select a channel for mute
  • unmute - Allows you to remove the channel from mute
  • reaction - Put a reaction under the message
  • muteguild - Mute server
  • unmuteguild - Unmute server
  • status - Changes your status to the one you specified
  • gethistory - Get the history of the channel you are on
  • delete - delete a message
  • privatemsg - Send a private message to the user
  • edit - Edit the message
  • into - send a message to any channel (by ID)
  • set - set the channel (by ID)
  • setuser - It works as a SpyAgentPM setting the user as a channel
  • reply - reply to a message
  • vcplay - turns on music
  • vcstop - turns off the music
  • vcconnect - connect to any voice channel
  • vcdisconnect - disconnect from voice channel
  • vctts - use tts in voice chat
  • guildleave - allows you to exit the guild you are in

commands in private messages: work in SpyAgentPM

  • reset - Gives you the opportunity to re-select the channel and server
  • file - Allows you to send any file
  • reaction - Put a reaction under the message
  • status - Changes your status to the one you specified
  • gethistory - Get the history of the channel you are on
  • delete - delete a message
  • edit - Edit the message