This is a SCRIPT-8 cassette.
This is a SCRIPT-8 cassette.
- Download and install NodeJS.
npm install --no-optional
- Make a bot account.
- Edit the config, placing the bot token in the config.
- Invite the bot to your Discord with a link like
https://discordapp.com/api/oauth2/authorize?client_id=CLIENT_ID&scope=bot&permissions=4
, replacingCLIENT_ID
with the one on the developer page. - Party?
I hereby claim:
- I am tylian on github.
- I am tylian (https://keybase.io/tylian) on keybase.
- I have a public key whose fingerprint is AB45 EFA9 D1F1 F8EB 2930 A2D4 9346 2E48 D739 E376
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var expNeeded = [ | |
0, | |
300, 600, 1100, 1700, 2300, | |
4200, 6000, 7350, 9930, 11800, | |
15600, 19600, 23700, 26400, 30500, | |
35400, 40500, 45700, 51000, 56600, | |
63900, 71400, 79100, 87100, 95209, | |
109800, 124800, 140200, 155900, 162500, | |
175900, 189600, 203500, 217900, 232320, | |
249900, 267800, 286200, 304900, 324000, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* StatusNet, the distributed open-source microblogging tool | |
* | |
* Plugin to do "real time" updates using Comet/Bayeux | |
* | |
* PHP version 5 | |
* | |
* LICENCE: This program is free software: you can redistribute it and/or modify | |
* it under the terms of the GNU Affero General Public License as published by |