A dedicated open-source Discord bot for Zhycorp based on our Discord bot template with more features. Easy to use, and with no coding required.
-
Updated
Oct 6, 2021 - TypeScript
Discord.JS is a powerful node.js module that allows you to interact with the Discord API very easily. It takes a much more object-oriented approach than most other libraries, making your bot's code significantly tidier and easier to comprehend.
For example, now it is not possible to import
TextPropsofTextcomponent from@urban-bot/coreOnly as
import { TextProps } from '@urban-bot/core/dist/components/Text';