Commit Graph

129 Commits

Author SHA1 Message Date
charlotte ✨ 7c43b9e1cd Clean up match statements for pinned command 2021-07-07 23:57:30 +01:00
charlotte ✨ 854fb63e48 Clean up match statements for lyrics command 2021-07-07 23:56:28 +01:00
charlotte ✨ a02bcecb5b Replace match-return with try operator on map_err in spoile.rs::spoiler 2021-07-07 23:38:10 +01:00
charlotte ✨ f89eb2842c Replace match on true/false with if in spoile.rs::spoiler 2021-07-07 23:38:10 +01:00
charlotte ✨ aecdc7a273 Switch 'match' to 'if let' in main.rs::after
This lets us drop a level of indentation, and remove the clunky match arm for Ok(()) => ()

:)
2021-07-07 23:38:10 +01:00
Agatha Lovelace 4eb78cd75a
Add spoiler command, update dependencies 2021-07-01 02:15:02 +03:00
Agatha Lovelace ee538962f4
Update all dependencies, refactor some of the code;
Fix animated emotes displaying as png
2021-01-23 18:17:53 +02:00
Agatha Lovelace f03c0a8cc3
Make pinned message formatting more condensed 2020-11-22 23:20:06 +02:00
Agatha Lovelace a521516b5f
Update to serenity v0.9.1 and make the bot fully async 2020-11-22 22:51:15 +02:00
Agatha Lovelace e16905f821
Add WIP owo!emote 2020-10-04 04:01:16 +03:00
Agatha Lovelace 193dfdd383
update dependencies, add regex 2020-10-04 03:57:34 +03:00
Agatha Lovelace b2e169fb0b
Make clippy happy 2020-07-27 20:03:41 +03:00
Agatha Lovelace 42ff74e0be
Update dependencies 2020-07-27 19:36:49 +03:00
Agatha Lovelace 7b526d8a2a
Add VSCode files to gitignore 2020-07-27 19:36:35 +03:00
Agatha Lovelace 23d90a78b9
Add link to original message in pinned embed 2020-07-10 23:44:09 +03:00
Agatha Lovelace 7ef4f51edf
Make owoify use last message's content if empty 2020-07-10 19:59:23 +03:00
Agatha Lovelace 450bd84515 Fix divider in README.md 2020-07-02 17:17:17 +00:00
Agatha Lovelace ff9cec340a Add README.md 2020-07-02 17:13:07 +00:00
Agatha Lovelace 7969114871
Update CI 2020-06-24 13:01:05 +03:00
Agatha Lovelace d30ccf3056
Add !lyrics command 2020-06-23 13:47:09 +03:00
Agatha Lovelace 631a34cefc
Increment version for restructure 2020-06-23 11:03:01 +03:00
Agatha Lovelace 4332bf5200
Move long commands to separate files 2020-06-23 01:19:02 +03:00
Agatha Lovelace eb77c2ca37
Move hash function into utils module, replace .to_string() calls with s!() macro 2020-06-23 00:07:01 +03:00
Agatha Lovelace 034da120ac
Replace .push_str() calls with += operator to clean up code 2020-06-21 12:28:13 +03:00
Agatha Lovelace 766de88a33
Make !pfp fall back to current user 2020-06-18 15:34:44 +03:00
Agatha Lovelace b6fac54462
Reply to 'good discordinator' 2020-06-18 15:32:39 +03:00
Agatha Lovelace e787656ef0
Add !pfp command 2020-06-14 00:48:06 +03:00
Agatha Lovelace 5ead7e570c
Add reaction on status update success, update old error handling 2020-06-13 23:18:33 +03:00
Agatha Lovelace 22f3ccd72f
Update email in Cargo.toml 2020-06-12 16:10:49 +03:00
Agatha Rose 1c10274c80
Merge branch 'master' of https://gitlab.com/agathasorceress/rustcord 2020-06-11 21:33:57 +03:00
Agatha Rose f02cb9aedf
typo in help 2020-06-11 21:33:35 +03:00
Agatha Rose 8f87ccb742 Update hostname in CI config 2020-06-11 18:26:32 +00:00
Agatha Rose 186c82998a
Add !status command 2020-06-11 21:18:30 +03:00
Agatha Rose ce2bb6c088
Update dependencies 2020-06-11 20:14:02 +03:00
Agatha Rose 0a1cc50c82
Add comments, do minor cleanup 2020-06-11 19:51:17 +03:00
Agatha Rose e6de3ed9f9
Add embed docs 2020-06-11 19:04:32 +03:00
Agatha Rose 52f329dbf6
Add thumbnail field to embeds 2020-06-11 18:45:06 +03:00
Agatha Rose 3540aff172
Improve error handling 2020-06-11 17:48:29 +03:00
Agatha Rose 4a43bf6218
Update !ping to not mention users 2020-06-11 16:39:43 +03:00
Agatha Rose fa0e51697b
a certain dumb bitch forgot to remove debug code 2020-06-06 21:44:49 +03:00
Agatha Rose 5b998f4b54
Add different channel support for pinned command, update host info 2020-06-06 21:34:24 +03:00
Agatha Rose 49c4c57f94
Someone forgot to update help again 2020-06-04 17:55:11 +03:00
Agatha Rose 7a143614eb
Add brainfuck interpreter 2020-06-04 17:46:47 +03:00
Agatha Rose ba96e5c8c5 Update .gitlab-ci.yml to use new host (thanks to julia uwu) 2020-06-01 23:28:30 +00:00
Agatha Rose 3aac5368bb Delete Procfile 2020-06-01 21:17:05 +00:00
Agatha Rose 7a90770f6a Make pinned message number 1-indexed 2020-05-23 19:51:43 +03:00
Agatha Rose d555c3a39f Totally didn't reuse old code 2020-05-23 16:32:12 +00:00
Agatha Rose e975b9689a Add pinned command 2020-05-23 19:22:27 +03:00
Agatha Rose 21b9a1ded7 Update help 2020-05-20 16:55:15 +03:00
Agatha Rose d61055b73d Add channel topic command, update dependencies 2020-05-20 16:39:58 +03:00