balt-dev / robot-is-chill

Modified version of RocketRace/robot-is-you
GNU General Public License v3.0
22 stars 17 forks source link

Messing with =char #115

Closed gabeyk9 closed 10 months ago

gabeyk9 commented 10 months ago

balt please tell me if something goes wrong and ill try to fix it

balt-dev commented 10 months ago

oh boy i uh. @gabeyk9 can you test this locally before merging

gabeyk9 commented 10 months ago

i can do that except i have no idea how to

balt-dev commented 10 months ago

basically you're gonna need to

  1. install python 3.11 or later
  2. make a discord bot over at https://discord.com/developers/applications
  3. open a command prompt in, say, your Documents folder or smth
  4. git clone https://github.com/balt-dev/robot-is-chill.git robot-is-chill
  5. cd robot-is-chill
  6. pip install -r requirements.txt
  7. put the token from the second step in auth.py
  8. python ROBOT.py if this doesn't work contact me on discord
gabeyk9 commented 10 months ago

Uhh where is auth.py (also it's requirements not dependencies but that's easily fixed)

balt-dev commented 10 months ago

you make it for example,

token = "AAAAAAAAAAAAAAAAAAAAAAAA.BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB"
balt-dev commented 10 months ago

Uhh where is auth.py (also it's requirements not dependencies but that's easily fixed)

ah i'm dumb

gabeyk9 commented 10 months ago

??? what

image
gabeyk9 commented 10 months ago

okay now this is broken

image image
balt-dev commented 10 months ago

ah right! i forgot you need to make a file called webhooks.py with two webhook ids for logging_id and error_id respectively

gabeyk9 commented 10 months ago

what does that mean i'm sorry but this is my first time doing anything like this

balt-dev commented 10 months ago

alright