laptopwiki:guides:discord:stickybot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
laptopwiki:guides:discord:stickybot [18/07/2024 21:06] dustojnikhummerlaptopwiki:guides:discord:stickybot [08/03/2025 18:58] (current) – external edit 127.0.0.1
Line 11: Line 11:
  
   * A Linux webhost   * A Linux webhost
-  * npm (sudo apt install npm)+  * npm
   * npm dotenv (npm install dotenv)   * npm dotenv (npm install dotenv)
   * nodejs   * nodejs
Line 111: Line 111:
  
 Debian/Ubuntu or other Debian derivatives Debian/Ubuntu or other Debian derivatives
-<code>sudo apt install npm +<code>sudo apt install npm</code> 
-sudo apt install dotenv</code>+ 
 +Install NPM dependencies
 <code> <code>
 npm install npm install
- 
 </code> </code>
  
Line 125: Line 125:
  
 </code> </code>
 +Install dotenv
 +<code>npm install dotenv</code>
  
 Now run the bot with: Now run the bot with:
Line 183: Line 185:
 Do not add , to the very last line, that won't work. Do not add , to the very last line, that won't work.
  
-===== Run stickybot in the background =====+===== Run stickybot in the background manually =====
  
 Unless you want to keep the SSH connection active all the time to keep the bot running you will need to run it in the background. To do that we will use a Linux terminal application called [[https://www.gnu.org/software/screen/|Screen]] \\ Unless you want to keep the SSH connection active all the time to keep the bot running you will need to run it in the background. To do that we will use a Linux terminal application called [[https://www.gnu.org/software/screen/|Screen]] \\
  • laptopwiki/guides/discord/stickybot.1721329567.txt.gz
  • Last modified: 08/03/2025 18:58
  • (external edit)