Commit Graph

218 Commits (2607e5e3ade2ba99dc525478ce9a535c7f42218a)

Author SHA1 Message Date
Lamp 02a4a72ddf
log errors to discord 2018-08-13 23:10:31 -07:00
Lamp 6f39c42c7b
~ 2018-08-13 22:47:26 -07:00
Lamp 973bf59cc7
work around discord.js bug 2018-08-12 12:37:34 -07:00
Lamp 98d06a124d
I was an idiot 2018-08-11 22:16:35 -07:00
Lamp 2b8f616efe
work-around d.js bug 2018-08-11 21:40:45 -07:00
Lamp 61c9df599b
misc colorrole improvements 2018-08-11 13:20:56 -07:00
Lamp 121ef42b04
. 2018-08-10 21:12:43 -07:00
Lamp 86c5a54417
wtf 2018-08-10 20:35:39 -07:00
Lamp bd8c6ee7d2
fixed everything 2018-08-10 19:52:15 -07:00
Lamp 2cc83f6db0
fix 2018-08-10 19:14:17 -07:00
Lamp 229c31e867
ready 2018-08-10 18:59:45 -07:00
Lamp a16a7858d6
fix 2018-08-10 18:46:33 -07:00
Lamp 4315c773a3
Consolidate/refactor color roles 2018-08-10 17:07:50 -07:00
Lamp 491f9d0ba2
Fix error when changing color when invisible 2018-08-10 16:17:41 -07:00
Lamp b66701a329
fix TypeError: Cannot read property 'stop' of undefined
at Object.exec (/app/src/mppbridger/commands/unbridge.js:21:32)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)
2018-08-07 16:35:49 -07:00
Lamp 6098611dfe
underline & italize join/leave msgs 2018-08-07 16:34:14 -07:00
Lamp 2277fba410
fix error on !list when bridge client is not connected 2018-07-25 12:06:48 -07:00
Lamp 4d99f27b61
fix TypeError: Cannot read property 'id' of undefined
at TextChannel.setParent (/app/node_modules/discord.js/src/structures/GuildChannel.js:393:44)
    at Object.exec (/app/src/mppbridger/commands/bridge.js:18:20)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)
2018-07-25 11:54:29 -07:00
Lamp a01a2933df
Merge pull request #9 from ledlamp/development
Development
2018-07-14 22:40:03 -07:00
Lamp 06ff3e4a50
TypeError: console.log(...) is not a function
looks like you _should_ always use semicolons
2018-07-14 21:53:58 -07:00
Lamp 2ac385bc71
some console.logs at boot 2018-07-14 15:19:18 -07:00
Lamp bb900f1857
error: malformed array literal 2018-07-14 15:17:26 -07:00
Lamp 9697223c22
defancify mention in error on commit 2018-07-14 15:12:34 -07:00
Lamp be82d5f841
didnt reference ban cmd 2018-07-14 15:10:48 -07:00
Lamp 2aa7b86520
fix null ban 2018-07-13 22:08:11 -07:00
Lamp a3f0928a25
dont set name in test mode 2018-07-13 22:04:28 -07:00
Lamp 7f5cf7a905
write raw data to tmp dir 2018-07-13 22:02:13 -07:00
Lamp b3ec1fc11b
fix bug
ReferenceError: nameCollector is not defined
util.js:2
    at Object.collect (/Users/me/GitHub/discord-mpp-bridge/src/mppbridger/namecollector.js:30:4)
    at process._tickCallback (internal/process/next_tick.js:68:7)
2018-07-13 21:59:55 -07:00
Lamp bd14e2e40c
log only promise stack 2018-07-13 21:52:21 -07:00
Lamp 02d032d7df
wtf testmode 2018-07-13 21:40:56 -07:00
Lamp a8b451959e
`new Boolean()` didnt work as expected
https://i.imgur.com/NRrG0FR.png
2018-07-13 21:34:57 -07:00
Lamp d81653d944
rm index.js 2018-07-13 20:45:51 -07:00
Lamp 41e395821b
strangest bug ever 2018-07-13 20:31:56 -07:00
Lamp 493830aeeb
mv 2018-07-13 20:29:41 -07:00
Lamp e2311e8c1f
add ids 2018-07-13 17:07:44 -07:00
Lamp 5645fb9f79
move ids to config 2018-07-13 17:04:39 -07:00
Lamp 2fd27fc5f1
rm dat discord console sheit 2018-07-13 16:37:15 -07:00
Lamp 084de94694
h 2018-07-13 16:29:48 -07:00
Lamp c7df1baddc
Revert "Revert last 8 commits"
This reverts commit 681b7d31d3.
2018-07-13 16:01:37 -07:00
Lamp 681b7d31d3
Revert last 8 commits
🤦
2018-07-13 15:56:40 -07:00
Lamp c794890d09
god damnit another bug
really need #8
2018-07-13 15:47:59 -07:00
Lamp 1a3ad046c1
fok bug 2018-07-13 15:43:02 -07:00
Lamp db0d38a279
Add exec cmd 2018-07-13 15:30:17 -07:00
Lamp d879d5cf28
BANS (#6)
and some other stuff
2018-07-13 15:20:33 -07:00
Lamp 4eca595eac
some documentation 2018-07-13 14:15:09 -07:00
Lamp 1e4cb296ed
A bit of de-idiotizing 2018-07-13 14:12:11 -07:00
Lamp 4f4531357d
Some command refactor 2018-07-13 14:05:11 -07:00
Lamp ab6e0e3b49
Some cleanup 2018-07-13 14:02:28 -07:00
Lamp 13ebc32b20
Fix !chown
TypeError: fn.bind is not a function
    at Map.find (/app/node_modules/discord.js/src/util/Collection.js:171:49)
    at Object.exec (/app/src/mppbridger.js:465:46)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:188:7)
2018-07-12 14:24:59 -07:00
Lamp d9f1ab5e09
Hide channel when solo
closes #5
2018-07-02 21:38:23 -07:00