Abheek Dhawan
b524a5c1ca
Fix non-string message types
Discord.js's update led to MessageEmbed's classifying non-string fields
(e.g. booleans) as empty, which is unallowed and would cause errors.
3 years ago
Abheek Dhawan
3c7c9d5da1
Minor improvements
4 years ago
Abheek Dhawan
928950e3c4
Minor improvements
4 years ago
Abheek Dhawan
164534e8f2
Fix avatar URL when uncached message is edited or deleted
4 years ago
Abheek Dhawan
fa1e41c848
Fix filter for members
4 years ago
Abheek Dhawan
38e9476444
Fix intents
4 years ago
Abheek Dhawan
2bfe6a5487
Use permissions.has instead of hasPermission
4 years ago
Abheek Dhawan
d3a23bfae6
Use displayAvatarURL instead of avatarURL
displayAvatarURL works better in case the user has the default avatar,
as it defaults to it without requiring inline control flow
4 years ago
Abheek Dhawan
1d08da3ee2
Test warning on newly created account join
4 years ago
Abheek Dhawan
abef37c97f
Attempt to map array to names
4 years ago
Abheek Dhawan
848b274297
Fix ISS embed
4 years ago
Abheek Dhawan
6533e5a885
Fix usersWith character limit
4 years ago
Abheek Dhawan
cc77f6e3b7
Fix usersWith character limit
4 years ago
Abheek Dhawan
d74d18e23e
Use split instead of substring for bulkDelete
4 years ago
Abheek Dhawan
8112a91721
Add missing return
4 years ago
Abheek Dhawan
33bdd2cbea
Add astronauts as well as ISS location
4 years ago
Abheek Dhawan
30961833dd
Fix issue in ban and kick commands with mentions
4 years ago
Abheek Dhawan
ef33bcfc99
Use the new Server Discover and Monitoring engine for MongoDB
4 years ago
Abheek Dhawan
640823b95e
Fix role array sorting
4 years ago
Abheek Dhawan
fafb02da61
Use default prefix for DMs
4 years ago
Abheek Dhawan
e4a5f48a31
Return if no guild resolved when looking for prefix in db
4 years ago
Abheek Dhawan
c93ff40647
Allow mentions for user queries
4 years ago
Abheek Dhawan
d159831a6b
Remove thumbnail from userInfo command
4 years ago
Abheek Dhawan
b0fcff67b5
Use larger image sizes
4 years ago
Abheek Dhawan
76b95c2842
Use dynamic icons
4 years ago
Abheek Dhawan
57a6afc1ce
Remove excess logging
4 years ago
Abheek Dhawan
a09c1686df
Use client.user.id instead of set id
4 years ago
Abheek Dhawan
eddfea8ef8
Add custom prefix command
4 years ago
Abheek Dhawan
526dda8294
Add basic reaction role functionality that works
4 years ago
Abheek Dhawan
49d38813b4
Add rudimentary commands for reaction roles
4 years ago
Abheek Dhawan
f6170d1154
Improve role querys
4 years ago
Abheek Dhawan
2e2144b5b7
Update help command
4 years ago
Abheek Dhawan
5c7758fa99
Update usersWith command to select closest named role
4 years ago
Eric Yang
16357ff576
Update bot.js
Changed "you can't ban yourself" for kick command to "you can't kick yourself", although why doesn't the person who wants to kick themselves just leave the server in the first place :/
4 years ago
Abheek Dhawan
0712a1486c
Return if new channel is just a DM
4 years ago
Abheek Dhawan
b5eb0cf28c
Add command to add emojis
4 years ago
Abheek
d27f8d9259
Fix misplaced parenthesis
4 years ago
xlq902
47815ac6d8
Updating bot.js
Fixing issue where only lowercase inputs were responded to by the bot
4 years ago
Abheek Dhawan
7187455015
Don't log reaction adds, only reaction removes
4 years ago
Abheek Dhawan
3f604b09eb
Add embed scroll functionality when querying users with role
4 years ago
Abheek Dhawan
238497110c
Log only reaction deletes and set the number of emojis to be 0 if no emoji with that ID is found on the message
4 years ago
Abheek Dhawan
486aaf2fb1
Shorten külboard and message reaction log embed message if it's too long
4 years ago
Abheek Dhawan
0e54e7d2f9
Don't delete data from database on getting kicked from server, instead DM server owner asking for issues.
4 years ago
Abheek Dhawan
f9bbef37e3
Add async for querying mongoDB
4 years ago
Abheek Dhawan
fbc495ece3
Attempt to exclude bots for member count channel
4 years ago
Abheek Dhawan
8ade947a5e
Use message.guild
4 years ago
Abheek Dhawan
e8cbfd0ce2
Fetch all members first to cache
4 years ago
Abheek Dhawan
375624e952
Allow for reactions on ban if you do not have admin perms
4 years ago
Abheek Dhawan
ac80272cd0
Allow members with ban permissions to ban others
4 years ago
Abheek Dhawan
5b936ff78a
Add thumbnail for role info embed
4 years ago