6 lines
144 B
Plaintext
6 lines
144 B
Plaintext
Right now, this requires `guptoken.py` in the same directory to have the function getToken()
|
|
|
|
```
|
|
def getToken():
|
|
return "YOURTOKENHERE"
|
|
``` |