Simp-O-Matic

Dumb Discord bot in TS.
git clone git://git.knutsen.co/Simp-O-Matic
Log | Files | Refs | README | LICENSE

DateCommitAuthorFiles+-
2022-08-10 12:52Update index.htmlDaniel1+29-3
2021-09-03 01:52Merge pull request #32 from OMatics/dependabot/npm_and_yarn/path-parse-1.0.7Bruno Coimbra1+3-3
2021-09-03 01:51Merge pull request #33 from OMatics/dependabot/npm_and_yarn/tar-4.4.19Bruno Coimbra1+17-17
2021-08-07 10:53Merge pull request #31 from OMatics/dependabot/npm_and_yarn/tar-4.4.15Samuel1+3-3
2021-07-23 02:20Fix `!uwu` breaking when `transform` returns undefined0-l1+2-1
2021-06-24 13:12Merge branch 'master' of github.com:/Demonstrandum/Simp-O-Maticknutsen1+3-3
2021-06-24 13:12Update README on secrets.knutsen4+41-32
2021-05-30 20:23Ignore spam detection on trigger command.knutsen1+7-3
2021-05-30 20:08Merge branch 'master' of github.com:/Demonstrandum/Simp-O-Maticknutsen1+3-3
2021-05-30 20:06Add `ignoreConstraints` parameter to `on_message` function.knutsen7+120-27
2021-05-28 16:54Switch to using discord.js master branch 🤪.knutsen12+172-77
2021-05-27 16:54Deprecate `Message#answer`.knutsen76+271-254
2021-04-30 13:29Country codes must be lower case for flagcdn.comknutsen1+1-1
2021-04-30 13:17countryflags.io is dead 😢, use flagcdn.com.knutsen1+5-1
2021-04-29 16:23Round lat/lon down to 4 decimal places and provide unique User-Agent.knutsen5+23-10
2021-04-29 15:46Missing comma, JFL.knutsen1+1-1
2021-04-29 15:42Parse JSON weather response conventionally.knutsen1+9-4
2021-04-29 15:15Catch invalid JSON response in !weather command.knutsen1+5-3
2021-04-21 09:54Merge branch 'master' of github.com:/Demonstrandum/Simp-O-Maticknutsen1+2-1
2021-04-21 09:54Alignknutsen1+1-1
2021-04-19 16:02Round temperature conversions.knutsen1+3-3
2021-04-19 15:43Better regex for !metric command + clean up.knutsen1+21-12
2021-04-19 14:44Fix type errors.knutsen1+9-7
2021-04-19 14:27Add failsafes for fluorinated amphetamines and arycyclohexylaminesDanny1+8-5
2021-04-18 13:18Save timestamped config export on exit.knutsen2+13-9
2021-04-18 12:55Fix compile errors.knutsen2+39-39
2021-04-18 12:27Add Metric ConverterDanny1+46-0
2021-02-08 21:19Submodules work like shite.Demonstrandum49+2113-2
2021-02-08 21:07Enfattend Simp-O-Matic so much it swallowed up another entier bot.Demonstrandum59+1731-2270
2021-02-08 15:00Add pharmaceutical capabilities.Danny51+2179-34
2020-12-19 16:59Remove date from weather embed. 📅Demonstrandum5+209-442
2020-12-19 16:44Missing comma 🥴.Demonstrandum1+1-1
2020-12-19 16:40Better date format, maybe?Demonstrandum1+17-5
2020-12-19 16:07Merge pull request #27 from Demonstrandum/dependabot/npm_and_yarn/ini-1.3.8Fredrik1+10-102
2020-12-02 23:54Array.prototype.reverse is in-place. Sigh.Demonstrandum1+4-4
2020-12-02 23:22Fix mistakes in weather.ts.Demonstrandum1+8-3
2020-12-02 22:28Update weather.tsDaniel1+9-5
2020-12-02 21:54More DependenciesDaniel1+2-1
2020-11-21 19:41Fix typo. Le Sigh.Demonstrandum1+1-1
2020-11-21 19:37Add HELP entries, and try and refetch media if prefetches have been lost.Demonstrandum2+30-2
2020-11-20 20:07Ensure child processes are killed after stdio streams are finished.Demonstrandum2+10-1
2020-11-20 17:27Migrate API lolDaniel1+1-1
2020-11-13 18:38Update dockerfile to make graceful shutdowns.Demonstrandum1+3-1
2020-11-13 02:31Add Dockerfile, replace ytdl-core with youtube-dl (Python), add text to speech, migrate from using Pastebin, make aliases case insensitive, +more.Demonstrandum16+259-204
2020-11-11 10:21Add raw output to youtube search.Daniel1+8-2
2020-11-11 04:04Update highWaterMark.Demonstrandum1+6-5
2020-11-11 03:42Don't check if paused if dispatcher does not exist.Demonstrandum1+10-9
2020-11-11 03:33Treat media list as queue.Demonstrandum1+9-3
2020-11-11 03:16Initialise prefetch object.Demonstrandum1+2-1
2020-11-11 03:10Prefetch media and deal with stream ending without explicit call to .end()Demonstrandum2+121-60
2020-11-11 02:00Fix multiple pops in vc...Demonstrandum1+3-3
2020-11-11 01:46Add opus deps.Demonstrandum2+184-8
2020-11-11 01:35Initialise guild instance objects.Demonstrandum1+6-1
2020-11-11 01:17Fix infinite recursion issues.Demonstrandum2+7-3
2020-11-11 00:51Attempt to clean up !vc command. Added global instance variable object, per guild.Demonstrandum6+119-49
2020-11-10 23:34Attempt to use safe JSON.stringify.Demonstrandum6+32-12
2020-11-10 22:57Include stack trace for !get.Demonstrandum1+1-1
2020-11-10 22:35Merge pull request #26 from Demonstrandum/vc-betaFredrik5+77-2
2020-11-10 15:31Merge branch 'master' of github.com:Demonstrandum/Simp-O-MaticDemonstrandum3+5-4
2020-11-10 15:31Update node-forge to v0.10.0 or later.Demonstrandum1+1-0
2020-11-03 22:33Do not add punctuation if punctuation is already there.Demonstrandum3+11-2
2020-11-03 19:30Merge pull request #23 from greatredheron/masterFredrik1+1-1
2020-11-03 16:44Merge pull request #22 from greatredheron/masterFredrik3+26-2
2020-09-20 18:04Merge pull request #21 from jack-javana/masterBruno1+5-0
2020-09-20 13:46Merge pull request #20 from jack-javana/masterBruno2+6-1
2020-09-18 16:23Merge branch 'master' of github.com:Demonstrandum/Simp-O-Matic into masterDemonstrandum3+6-6
2020-09-18 16:22Update yarn lockDemonstrandum1+207-48
2020-09-18 16:00Bump nodegit version.Demonstrandum1+1-1
2020-09-18 15:49Upgrade to node 14.x and escape location name for geocoder request.Demonstrandum4+9-28
2020-09-09 16:19Added credit to package.json tooDemonstrandum1+6-5
2020-09-04 21:20Give credit.Daniel1+1-1
2020-09-04 21:19Merge pull request #18 from jack-javana/masterDaniel1+1-1
2020-08-06 16:00Delete accidental inclusion of old codeDemonstrandum1+0-1
2020-08-06 15:57Merge branch 'master' of github.com:Demonstrandum/Simp-O-Matic into masterDemonstrandum1+68-81
2020-08-06 15:55Update all references to GPL to AGPL.Demonstrandum4+15-3
2020-08-04 20:31Shift arg list when `new' appears first. Only use URI-encoded query in URL.Demonstrandum1+31-17
2020-08-04 20:05Merge pull request #17 from Accelarion/patch-3Fredrik1+1-0
2020-08-02 14:55Fix met.no icon.Demonstrandum1+10-3
2020-08-02 14:38Use png (not svg) for thumbnail in weather command.Demonstrandum1+1-1
2020-08-02 14:35Merge branch 'master' of github.com:Demonstrandum/Simp-O-Matic into masterDemonstrandum0+0-0
2020-08-02 14:34Access symbol_code from summary.Demonstrandum1+1-1
2020-08-02 14:19setFooter URL argument position correction.Demonstrandum1+2-2
2020-08-02 14:13Replace d.timeseries with properties.timeseries.Demonstrandum3+21-11
2020-08-02 13:29Fix weird typo in weather.ts.Demonstrandum1+3-4
2020-08-02 13:02Resolve yarn.lock merge conflict.Demonstrandum1+15-26
2020-08-02 12:58Ignore non-master related GitHub webhooks.Demonstrandum1+5-2
2020-08-02 12:54Upgraded JIMP to use non-vulnerable version of jpeg-js.Demonstrandum2+311-333
2020-07-29 22:53Update URL in console.rb.Demonstrandum2+2-2
2020-07-29 22:47Give current web-address through !website alias by default.Demonstrandum2+3-0
2020-07-28 23:01Hardcode web port.Demonstrandum1+4-3
2020-07-28 21:56source -> .Demonstrandum2+2-2
2020-07-28 21:27Make ready for new server.Demonstrandum7+72-1
2020-07-10 16:48Update youtube.tsDaniel1+1-1
2020-07-06 16:42Exclude hours when duration is <1 hour.Demonstrandum1+10-3
2020-07-06 16:28Format numbers nicely in !youtube command.Demonstrandum1+6-2
2020-07-06 16:10Fix Danny's stinky code.Demonstrandum5+61-295
2020-07-06 15:48Switch to invidio.us APIdanyisill1+28-6
2020-05-28 16:34Merge branch 'master' of https://github.com/Demonstrandum/Simp-O-Maticdanyisill1+2-1
2020-05-28 16:34Better peformance for the web pagedanyisill2+8-10
2020-05-28 16:02Merge branch 'master' of github.com:Demonstrandum/Simp-O-MaticDemonstrandum1+6-3
2020-05-28 16:02Advanced logging.Demonstrandum1+10-4
2020-05-28 15:26Use secret for some web-hooks.Demonstrandum3+15-2
2020-05-28 14:39Add CLIENT to homescope, use on_message for cron.Demonstrandum8+65-69
2020-05-28 00:35Merge remote-tracking branch 'origin/features/cron'Bruno1+210-90
2020-05-27 22:36Merge pull request #15 from Shiimoe/masterFredrik1+1-1
2020-05-27 18:56Merge pull request #14 from Shiimoe/masterFredrik2+7-2
2020-05-27 17:02Merge pull request #13 from Shiimoe/masterFredrik2+23-2
2020-05-26 22:20Use path relative to repository root.Demonstrandum1+6-4
2020-05-26 22:06Add author information to !code command.Demonstrandum3+51-10
2020-05-22 18:45!set reads after spaces.Demonstrandum2+4-5
2020-05-22 14:34Use displayName, not nickname (may not exist).Demonstrandum2+3-3
2020-05-22 14:19Do not fall through to global with bad guild.Demonstrandum3+40-0
2020-05-22 13:44Merge branch 'master' of github.com:Demonstrandum/Simp-O-MaticDemonstrandum1+1-1
2020-05-22 13:44Add backend for console interface.Demonstrandum1+19-1
2020-05-21 23:49Maybe this will fix Danny's doodoo.Demonstrandum1+3-2
2020-05-21 23:42Copedanyisill2+7-0
2020-05-21 23:08Use nickname instead of usernamedanyisill1+1-2
2020-05-21 21:32Fix very dumb regex mistake.Demonstrandum1+2-2
2020-05-21 14:50Added suck.ts file 😬Demonstrandum1+12-0
2020-05-21 14:40Added suck action, fixed rim grammar, added more gifs.Demonstrandum3+46-4
2020-05-21 10:47Merge pull request #11 from greatredheron/masterFredrik2+14-0
2020-05-21 03:06Merge pull request #10 from greatredheron/masterDaniel1+13-1
2020-05-20 23:50remove inferior kodeBruno1+0-20
2020-05-20 23:37Split retains newlines.Demonstrandum1+3-3
2020-05-20 23:25Split messages into chunks for large files.Demonstrandum2+19-5
2020-05-20 23:09Change 'a command' to 'an alias'Demonstrandum2+3-1
2020-05-20 22:56Merge branch 'master' of github.com:Demonstrandum/Simp-O-MaticDemonstrandum3+24-3
2020-05-20 22:56UNFUCK DANNY'S DISREGARD FOR TYPES.Demonstrandum3+29-11
2020-05-20 22:38Get rid of Danny's .DS_Store files...Demonstrandum4+10-0
2020-05-20 22:35Merge branch 'master' of github.com:Demonstrandum/Simp-O-MaticDemonstrandum8+19-4
2020-05-20 22:35Add introspective !code command.Demonstrandum2+30-0
2020-05-18 00:34Move nocheckout clone to main.Demonstrandum3+9-2
2020-05-18 00:16Update workflow.Demonstrandum1+1-2
2020-05-18 00:10Clone with --no-checkout and fix whitelistDemonstrandum4+13-27
2020-05-17 23:06Hate the CI system.Demonstrandum1+1-0
2020-05-17 22:57Merge branch 'master' of github.com:Demonstrandum/Simp-O-MaticDemonstrandum1+4-1
2020-05-17 22:57Fix !git command.Demonstrandum4+33-7
2020-05-17 21:59Wrong word.Demonstrandum2+292-259
2020-05-17 21:47Clean up Danny's stinky doo-doo.Demonstrandum4+13-4
2020-05-17 21:37Merge branch 'master' of github.com:Demonstrandum/Simp-O-MaticDemonstrandum5+31-8
2020-05-17 21:37Added !git command.Demonstrandum6+661-16
2020-05-17 18:57Merge branch 'master' of github.com:Demonstrandum/Simp-O-MaticDemonstrandum2+39-0
2020-05-17 18:56SVG doesn't work in thumbnail.Demonstrandum1+1-1
2020-05-17 18:09Minify SVG.Demonstrandum5+9-32
2020-05-17 17:46ENFATTEN the web-server (added support for more mime-types), added favicons, added SVG logo.Demonstrandum17+1231-23
2020-05-17 01:03Report guild count.Demonstrandum3+12-3
2020-05-17 00:34Bash is retarded.Demonstrandum1+1-1
2020-05-17 00:30Update Procfile to keep web worker alive.Demonstrandum1+2-0
2020-05-16 22:54Basic push and star webhook for github.Demonstrandum2+46-14
2020-05-16 21:42Move to web completely.Demonstrandum2+4-3
2020-05-16 21:30Merge branch 'master' of github.com:Demonstrandum/Simp-O-MaticDemonstrandum1+37-22
2020-05-16 21:30Basic webhooks setup.Demonstrandum4+204-0
2020-05-16 18:26Trigger command, should work.Demonstrandum4+26-2
2020-05-16 18:00SPARSE. ARRAYS.Demonstrandum1+2-2
2020-05-16 17:48Make !listen give feedback on success.Demonstrandum1+2-1
2020-05-16 17:38Updated HELP for !listen command.Demonstrandum2+9-3
2020-05-16 17:28Merge branch 'master' of github.com:Demonstrandum/Simp-O-MaticDemonstrandum1+4-0
2020-05-15 22:14Don't index null match.Demonstrandum5+70-8
2020-05-15 21:56Merge branch 'master' of github.com:Demonstrandum/Simp-O-MaticDemonstrandum1+1-0
2020-05-15 21:56Reject google results >10 and don't use metric extensions.Demonstrandum4+36-10
2020-05-15 20:27Clean up Danny's stinky poopoo on Bruno's code.Demonstrandum1+12-13
2020-05-15 20:06Update action.tsDaniel1+23-13
2020-05-15 19:39added actions helperBruno6+158-25
2020-03-28 20:09Conflicts and additions to HELP.Demonstrandum6+17-197
2020-03-28 20:02bouta flip.Demonstrandum6+328-3
2020-03-27 22:17Update trans.tsDaniel1+1-1
2020-03-27 22:04Ignore type.Demonstrandum1+1-1
2020-03-27 22:00Update trans.tsDaniel1+2-3
2020-03-27 21:57Create trans.tsdanyisill1+12-0
2020-03-26 23:03fixed annoying cron bugBruno3+50-29
2020-03-26 19:16I'm the biggest bitch around.Demonstrandum2+79-78
2020-03-26 19:04Merge remote-tracking branch 'upstream/master'Bruno4+50-16
2020-03-26 19:04added cron commandBruno4+190-40
2020-03-25 19:00added cron and hangman commandsBruno4+330-1
2020-03-24 19:52Update emojis.tsBruno1+1-1
2020-03-24 19:45Update emojis.tsBruno1+1-1
2020-03-24 19:43Update emojis.tsBruno1+1-1
2020-03-24 19:40added emojis commandBruno2+7-0
2020-03-24 17:40Use nickname, or tag without numbers.Demonstrandum1+9-5
2020-03-24 17:18Merge weather.ts... Hope nothing breaks...Demonstrandum1+27-21
2020-03-24 16:59Refactor weather just a lil.Demonstrandum2+59-33
2020-03-23 21:20Fix small copy-paste blunder.Demonstrandum1+15-16
2020-03-23 20:05Update weather.tsBruno1+1-1
2020-03-23 18:35Merge branch 'master' of https://github.com/Demonstrandum/Simp-O-Maticdanyisill3+0-0
2020-03-23 18:35udanyisill1+54-37
2020-03-23 18:07MapBox key...Demonstrandum2+4-1
2020-03-23 17:53Trigger stores regex, and needs special duplicate identification.Demonstrandum2+3-3
2020-03-23 17:40Merge branch 'master' of github.com:Demonstrandum/Simp-O-MaticDemonstrandum4+54-53
2020-03-23 17:40Add system messages.Demonstrandum2+58-10
2020-03-23 16:48Add yandex translate api to secrets.Demonstrandum2+3-5
2020-03-23 16:38Add yandex and darksky APU to secrets JSON.Demonstrandum1+5-0
2020-03-23 16:34Add yandex and darksky APU to secrets JSON.Demonstrandum2+11-2
2020-03-23 14:20Remove shameful if-statement.Demonstrandum2+15-18
2020-03-23 14:10Shameful spelling.Demonstrandum2+2-3
2020-03-23 14:04Fix merge conflict.Demonstrandum4+264-8
2020-03-23 13:55Pad times with zeros.Demonstrandum1+41-39
2020-03-23 13:49Deal with fractional-houred time-zones.Demonstrandum2+12-2
2020-03-23 13:31Handle pastebin edits with more grace.Demonstrandum1+4-2
2020-03-23 13:23Added beforeExit clause to shutdown sequence.Demonstrandum1+23-16
2020-03-23 13:10Fix pat.ts.Demonstrandum1+1-1
2020-03-23 13:06Fetch PNGs not, WEBP.Demonstrandum1+2-2
2020-03-23 03:40Merge branch 'master' of github.com:Demonstrandum/Simp-O-MaticDemonstrandum1+4-4
2020-03-23 03:40Fix ship.Demonstrandum1+2-2
2020-03-23 03:37Deal with guild initialisation.Demonstrandum3+34-7
2020-03-23 02:38Fix weather.ts... maybe...Demonstrandum1+12-12
2020-03-23 02:33Merge branch 'master' of https://github.com/Demonstrandum/Simp-O-Maticdanyisill2+16-11
2020-03-23 02:32aaaah i coodeddanyisill1+13-9
2020-03-23 01:59Get guild.id from channel.Demonstrandum1+2-3
2020-03-23 01:45Update HELP.md for !system messages and !summon.Demonstrandum2+6-2
2020-03-23 01:41Merge branch 'master' of github.com:Demonstrandum/Simp-O-MaticDemonstrandum1+4-1
2020-03-23 01:40Support for system messages.Demonstrandum4+78-12
2020-03-23 00:45fetchUsers is deprecated.Demonstrandum1+4-4
2020-03-23 00:43Use help message.Demonstrandum1+6-12
2020-03-23 00:31Update summon.tsBruno1+1-1
2020-03-23 00:27Update summon.tsBruno1+3-5
2020-03-23 00:25Update summon.tsBruno1+1-1
2020-03-23 00:22Update summon.tsBruno1+5-3
2020-03-23 00:17Create summon.tsBruno1+20-0
2020-03-22 23:18Update uptime.tsBruno1+1-1
2020-03-22 23:12Move out more files.Demonstrandum9+231-209
2020-03-22 22:44Exit gracefully...Demonstrandum2+14-11
2020-03-22 22:33Merge branch 'master' of github.com:Demonstrandum/Simp-O-MaticDemonstrandum1+1-1
2020-03-22 22:33Be more prefix friendly.Demonstrandum1+3-2
2020-03-22 22:21Merge branch 'master' of github.com:Demonstrandum/Simp-O-MaticDemonstrandum7+32-3
2020-03-22 22:21Make prefixes in help output match servers chosen prefixDemonstrandum6+48-27
2020-03-22 21:23!export should export the global config.Demonstrandum2+6-6
2020-03-22 21:16Types for everything, multiple guilds, and version update.Demonstrandum12+168-85
2020-03-22 19:52type check with HomeScope.Demonstrandum38+57-48
2020-03-22 19:47Fix ship.Demonstrandum0+0-0
2020-03-22 19:45Fix ship.Demonstrandum5+27-22
2020-03-22 19:14switch to a better hash functiondanyisill1+10-7
2020-03-22 18:21Create vape.tsDaniel1+4-0
2020-03-22 13:30added templates folderBruno4+2-2
2020-03-22 13:21Update pat.tsBruno1+1-1
2020-03-22 13:16Update HELP.mdBruno1+1-0
2020-03-22 13:14Update pat.tsBruno1+39-39
2020-03-22 13:12Merge remote-tracking branch 'upstream/master'Bruno8+43-25
2020-03-22 13:12added pat commandBruno2+64-0
2020-03-21 15:55Shorten alias listings.Fredrik1+2-2
2020-03-21 15:33Add link to dep graphFredrik1+2-2
2020-03-21 15:29Bind function back to its original object.Fredrik1+1-1
2020-03-21 15:26Handle promise rejectionDaniel1+2-2
2020-03-21 12:20Update yn.tsDaniel1+2-3
2020-03-21 12:19Async x/vdanyisill1+1-1
2020-03-21 12:15remove svg bombdanyisill1+0-1
2020-03-21 10:53Create yn.tsdanyisill1+5-0
2020-03-21 03:22Added to README.mdDemonstrandum2+8-3
2020-03-21 01:56In memory of crabbing.Demonstrandum2+9-0
2020-03-21 01:50Update README.md and yarn.lockDemonstrandum3+498-8
2020-03-21 01:25Update README.mdDaniel1+8-0
2020-03-21 01:03Update README.mdBruno1+3-1
2020-03-21 01:00Update README.mdBruno1+1-1
2020-03-21 00:59Merge remote-tracking branch 'upstream/master'Bruno1+36-31
2020-03-21 00:56added simp-o-matic banner!Bruno2+2-0
2020-03-20 22:30moved the resources folderBruno2+102-102
2020-03-20 22:19Update ship.tsBruno1+1-1
2020-03-20 22:15Update package.jsonBruno1+1-2
2020-03-20 22:12improved the ship commandBruno3+107-101
2020-03-20 20:04Update ship.tsBruno1+27-14
2020-03-20 17:24Merge pull request #9 from Accelarion/patch-2Fredrik1+1-0
2020-03-20 10:12I forgot regex existsBruno1+1-2
2020-03-20 02:55Cache with number index storedDemonstrandum1+3-2
2020-03-20 02:38Format rules output.Demonstrandum3+49-24
2020-03-20 01:12Added some defaults.Demonstrandum5+15-5
2020-03-20 00:46Ignore case for help command.Demonstrandum3+11-12
2020-03-20 00:27Format get.Demonstrandum1+6-2
2020-03-20 00:16Get output can be large.Demonstrandum1+6-4
2020-03-19 23:42Can't code...Demonstrandum2+3-2
2020-03-19 23:34Felt sneaky.Demonstrandum1+5-4
2020-03-19 23:31Merge branch 'master' of github.com:Demonstrandum/Simp-O-MaticDemonstrandum1+33-0
2020-03-19 23:31Added fortune and motivation, fix alias expansion, fix aliases listing.Demonstrandum6+31-4
2020-03-19 21:12Merge branch 'master' of github.com:Demonstrandum/Simp-O-MaticDemonstrandum1+1-1
2020-03-19 21:12Give nth result of search, exclude number at end.Demonstrandum1+3-1
2020-03-19 20:47Respond working just dandy.Demonstrandum2+9-5
2020-03-19 20:22Merge branch 'master' of github.com:Demonstrandum/Simp-O-MaticDemonstrandum1+2-1
2020-03-19 20:14Okay, let's not shadow our variables.Demonstrandum2+37-37
2020-03-19 20:05Merge branch 'master' of github.com:Demonstrandum/Simp-O-MaticDemonstrandum3+152-0
2020-03-19 20:05Fix respond and reject.Demonstrandum4+29-32
2020-03-19 17:10FUCK didnt save the file...Demonstrandum1+0-6
2020-03-19 17:07Fix ID...Demonstrandum1+6-0
2020-03-19 17:07Fix IDDemonstrandum1+4-2
2020-03-19 16:59Also log errors.Demonstrandum1+1-0
2020-03-19 16:59Answer with errors.Demonstrandum2+29-23
2020-03-19 16:55Update id.tsDaniel1+1-1
2020-03-19 16:52Update pp.tsDaniel1+1-5
2020-03-19 16:50Update id.tsDaniel1+1-1
2020-03-19 16:46Rule formatting....Demonstrandum1+4-4
2020-03-19 16:42Add general respond & reject rule commands.Demonstrandum3+87-82
2020-03-19 16:35One command per entry in HELP.md.Demonstrandum6+10-6
2020-03-19 15:58Create clap.tsdanyisill1+5-0
2020-03-19 15:53Merge branch 'master' of github.com:Demonstrandum/Simp-O-MaticDemonstrandum2+15-3
2020-03-19 15:53Remove duplicates.Demonstrandum1+4-1
2020-03-19 15:37Added boomer.ts.Demonstrandum22+288-63
2020-03-19 15:07Merge branch 'master' of github.com:Demonstrandum/Simp-O-MaticDemonstrandum4+7-7
2020-03-19 15:06Fix get and set a little.Demonstrandum2+11-4
2020-03-19 14:50Fixes...Demonstrandum10+131-38
2020-03-19 13:22fix 2danyisill2+2-2
2020-03-19 13:20return stringdanyisill2+2-2
2020-03-19 13:14Create cowsay.ts and figlet.tsdanyisill2+12-0
2020-03-19 13:05Create mock.tsdanyisill1+12-0
2020-03-19 13:02Code by https://github.com/AccelarionDaniel1+26-0
2020-03-19 12:34Create roll.tsdanyisill1+5-0
2020-03-19 12:22create urban.tsh2+27-24
2020-03-19 11:33repopulate commandsh12+66-64
2020-03-19 05:04Imports and requires man...Fredrik1+1-1
2020-03-19 04:30Format some code, and re-add heart image.Demonstrandum25+291-264
2020-03-19 01:48You should install a typechecking extension, nexiDemonstrandum1+3-1
2020-03-19 01:45Merge branch 'master' of github.com:Demonstrandum/Simp-O-MaticDemonstrandum3+35-1
2020-03-19 01:45Bloat choose.Demonstrandum1+2-2
2020-03-19 01:27Sparse arrays are a thing...Demonstrandum5+2-0
2020-03-19 01:21Ignore deleted messages...Demonstrandum2+30-19
2020-03-19 00:18already doneDemonstrandum0+0-0
2020-03-19 00:18much fixeroonieDemonstrandum11+91-65
2020-03-18 23:23Merge branch 'master' of github.com:Demonstrandum/Simp-O-MaticDemonstrandum3+50-3
2020-03-18 22:38Forgot to actually send the message...Demonstrandum1+1-0
2020-03-18 22:33Fix alias command rebuilding.Demonstrandum2+5-1
2020-03-18 22:25Let's see if the rejection command works...Demonstrandum3+79-8
2020-03-18 22:12Add files via uploadDaniel1+0-0
2020-03-18 22:00Create choose.tsDaniel1+5-0
2020-03-18 21:36Update CODE_OF_CONDUCT.mdDaniel1+1-2
2020-03-18 21:29Update ship.tsBruno1+4-4
2020-03-18 21:28Update ship.tsBruno1+2-2
2020-03-18 21:20Fix ship.tsDemonstrandum1+12-6
2020-03-18 21:11Update ship.tsBruno1+2-2
2020-03-18 20:48Update CODE_OF_CONDUCT.mdDaniel1+1-0
2020-03-18 20:39missing $Bruno1+1-1
2020-03-18 20:33Merge pull request #3 from 0-l/masterFredrik3+105-0
2020-03-18 19:17Only allow NSFW search results in NSFW channels.Demonstrandum2+13-6
2020-03-18 19:07Merge branch 'master' of github.com:Demonstrandum/Simp-O-MaticDemonstrandum1+1-1
2020-03-18 19:06Fix echo.Demonstrandum1+2-2
2020-03-18 18:31Deep alias expansions... again.Demonstrandum8+77-10
2020-03-18 18:08Expand aliases deeply.Demonstrandum6+58-39
2020-03-18 17:05Squeeze was brokenDemonstrandum1+2-2
2020-03-18 16:13Fix how timezones are handled.Demonstrandum2+8-6
2020-03-18 15:46Fix weather.Demonstrandum3+17-7
2020-03-18 15:29Act on rules, but no way to add new ones.Demonstrandum1+0-3
2020-03-18 15:29Act on rules, but no way to add new ones.Demonstrandum13+515-501
2020-03-18 15:11Merge branch 'danyisill-master'Demonstrandum4+632-620
2020-03-18 14:02Fix dict. pronunciationsDemonstrandum2+17-15
2020-03-18 01:02Fix spam only in the same channel.Demonstrandum1+15-11
2020-03-18 00:57Try and limit spam a little.Demonstrandum2+18-1
2020-03-18 00:27Save to pastebin...Demonstrandum7+336-19
2020-03-17 22:23Fix format oed.Demonstrandum2+8-1
2020-03-17 20:45Scale correctly...Demonstrandum2+2-2
2020-03-17 20:41Use yarnDemonstrandum4+1053-7
2020-03-17 20:08Update tokens needed.Demonstrandum1+19-1
2020-03-17 19:59Youtube scraper...Demonstrandum7+154-3
2020-03-17 15:51Switched to Google API, and implemeted a few more commands.Demonstrandum7+224-71
2020-03-16 23:53Refine help messages & added !get !set commands.Demonstrandum4+101-14
2020-03-16 21:02History expansion for messages.Demonstrandum2+45-21
2020-03-16 16:49Added history expansion, but just for commands.Demonstrandum9+371-79
2020-03-09 09:09Update procDemonstrandum2+10-2
2020-03-09 03:33Added a Procfile.Demonstrandum1+1-0
2020-03-09 03:16Merge branch 'master' of github.com:Demonstrandum/Simp-O-MaticDemonstrandum1+30-0
2020-03-09 03:16Fix extensions file.Demonstrandum2+30-25
2020-03-09 02:30Friendship ended with `now`.Demonstrandum6+7-64
2020-03-09 02:09Node version downgrade.Demonstrandum4+79-44
2020-03-08 18:18Merge branch 'master' of github.com:Demonstrandum/Simp-O-MaticDemonstrandum1+674-0
2020-03-08 18:15Fixed help command.Demonstrandum2+10-6
2020-03-08 17:50Added Oxford English Dictionary command interface.Demonstrandum8+151-33
2020-03-08 15:16Added !help and some more commands.Demonstrandum17+656-1101
2020-03-05 20:45Basic bot functionality.Demonstrandum11+1299-0