Commit Graph

55 Commits

Author SHA1 Message Date
Ayyan 747858437f Update guild.ts 2020-12-04 20:20:49 +04:00
Ayyan dbb0feabd6 Update guild.ts 2020-12-04 20:06:46 +04:00
Ayyan 5bf843b595 feat: better return type/value for createServer() 2020-12-04 20:05:01 +04:00
TheBlueOompaLoompa 1a4fe647e4 Fix spelling error in guild.ts
Fixed the extra uppercase letter in the comment for unban.
2020-11-25 20:45:47 -06:00
Skillz 85d2ffef49 add force option to get member in uncached guild 2020-11-17 16:26:49 -05:00
ayntee ca9a3095f8 Rename and move constants/discord.ts to utils/constants.ts 2020-11-15 22:22:27 +04:00
ayntee ead9bc7baa Resolve promise for all instances of botHasPermission() 2020-11-14 19:28:49 +04:00
Skillz4Killz 3583ad16c5 Update src/handlers/guild.ts 2020-11-14 08:26:58 -05:00
ayntee 8d7157cc60 Use cacheHandler instead of cache 2020-11-14 17:18:28 +04:00
ayntee 8bb9095a74 Suggestions 2020-11-14 16:36:09 +04:00
ayntee 2c2c2e95e4 Update src/handlers/guild.ts
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
2020-11-14 16:33:34 +04:00
ayntee 0efa33d00d Update src/handlers/guild.ts
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
2020-11-14 16:33:23 +04:00
ayntee de6696aa83 Update src/handlers/guild.ts
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
2020-11-14 16:33:13 +04:00
ayntee 873a20d89d Update src/handlers/guild.ts
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
2020-11-14 16:33:02 +04:00
ayntee dfba8ec8af Update src/handlers/guild.ts
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
2020-11-14 16:31:54 +04:00
ayntee e86658ad2a Update src/handlers/guild.ts
Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
2020-11-14 16:31:41 +04:00
ayntee 1ead672386 New template structure 2020-11-14 11:28:08 +04:00
ayntee 087f1f1df7 Add permission-checking 2020-11-14 11:06:44 +04:00
ayntee d31cf09c64 Better types for getGuildTemplate() 2020-11-14 10:44:58 +04:00
ayntee 9c5031259f Embed endpoint into function instead of assigning to var 2020-11-14 10:43:08 +04:00
ayntee dd60de628c Rename code parameter to templateCode to reduce ambiguity 2020-11-14 00:41:25 +04:00
ayntee 1f2c5853de 🎉 Server Templates 🎉 2020-11-14 00:10:13 +04:00
ayntee f9fddf7621 Server Templates 🎉🎉 2020-11-13 22:53:54 +04:00
Skillz a3d0c02d67 fmt 2020-11-13 12:24:04 -05:00
Skillz cb8a9353eb add getGuild function 2020-11-13 08:29:20 -05:00
ayyanm 10f67b090a Replace all occurrences of "import type" syntax to "import" syntax 2020-10-28 12:52:33 -07:00
chroventer 6c8a421c83 Merge branch 'master' of https://github.com/Skillz4Killz/Discordeno into unit-tests 2020-10-26 09:41:10 -07:00
Skillz 954f8304c2 fmt fixes 2020-10-03 12:43:27 -04:00
chroventer f08b767390 Fix merge conflicts 2020-10-02 02:44:52 -07:00
chroventer 3fab966208 Organize imports (#127)
* Organize imports

* Organize imports
2020-10-02 01:35:48 -07:00
Skillz 5cae8f2627 fix edit role bug 2020-10-01 09:05:20 -04:00
Skillz f02a4b97af Merge branch 'v9' of https://github.com/Skillz4Killz/Discordeno into v9 2020-09-24 13:23:05 -04:00
Skillz 8f39ac7434 add deleteserver 2020-09-24 13:23:01 -04:00
Skillz4Killz 2c8d9ec65a Merge pull request #108 from chroventer/leave2leaveGuild
Rename leave() to leaveGuild() to remove ambiguity
2020-09-24 13:02:22 -04:00
chroventer 305b837a0b Rename leave() to leaveGuild() to remove ambiguity 2020-09-24 09:29:44 -07:00
Skillz 77b8dde667 create server 2020-09-24 12:03:43 -04:00
Skillz 18d483144c remove logger 2020-09-22 19:08:14 -04:00
Skillz 0c1f9529e0 import type fixes 2020-09-20 19:45:34 -04:00
Skillz f3a113a6e3 structures made async to be overrideable 2020-09-17 17:49:18 -04:00
Skillz f1cf073d2c refactor creaemember 2020-09-16 13:20:14 -04:00
Skillz f07636338c more refactoring 2020-09-16 12:18:34 -04:00
Skillz 894dd04cde custom caching complete 2020-09-16 11:21:09 -04:00
Skillz 035cb1360d allow structures to be overriden 2020-09-12 11:03:27 -04:00
Skillz 22723d4bee fix a bug in big int bits 2020-09-08 10:41:43 -04:00
Skillz d1bc0af761 getBan single ban fetch function 2020-09-06 14:57:24 -04:00
Skillz 7b08e4d014 get raw user 2020-09-04 23:13:34 -04:00
Skillz e6151f96cb better getBans return value 2020-09-04 13:40:13 -04:00
Skillz bcb5f7d3fa fetchmember return result 2020-09-02 01:03:27 -04:00
Skillz 22da662dc3 fix guild fetch members result on large guilds 2020-09-02 01:01:51 -04:00
Skillz 3479c7d549 add getchannel 2020-08-25 10:51:49 -04:00