discord-factory.com Open in urlscan Pro
51.68.231.143  Public Scan

Submitted URL: http://discord-factory.com/
Effective URL: https://discord-factory.com/
Submission: On July 19 via api from US — Scanned from FR

Form analysis 0 forms found in the DOM

Text Content

Open main menu
HomeDocumentationDiscussion
TwitterGitHub


A FULLY FEATURED TYPESCRIPT FRAMEWORK FOR DISCORD.JS

Discord Factory includes everything you need to create your discord bots. Don't
reinvent the wheel, leverage it

⚡ Use Factory and be productive now.

Get started Support me

Developer experience

Fast and powered

Testing framework

Flexible architecture

CLI


ALL DISCORD.JS FEATURES IN ONE PLACE

Discord Factory is a simple to use but powerful framework thanks to the In
Memory compilation. Take advantage of the power of typescript associated with
the Discord.js library

 * 1
   
   Events
   
   The use of events is the basis when developing a robot for discord. It is
   important to be able to create your own events quickly and efficiently.
   Discord Factory provides a command in the CLI that allows you to easily
   generate ready-to-use event files.

 * 2
   
   Commands

 * 3
   
   Context menus

 * 4
   
   Models

import { Event, BaseEvent } from 'ioc:factory/Core/Event'
import { GuildMember, VoiceChannel } from 'discord.js'

@Event('voiceMemberJoin')
export default class FooEvent implements BaseEvent {
  public async run(member: GuildMember, channel: VoiceChannel): Promise<void> {
    // Your code here
  }
}



JOIN US ON DISCORD

Do you need help, want to discuss the project or participate in the adventure by
suggesting improvements ? Join us at.

Discover


WHY WAIT TO JOIN US ?

The success of our platform is reflected in our figures

Users 260
Projects 1097

Online discord

members

15

TwitterGitHub

© 2021 Baptiste Parmantier - Discord Factory. All rights reserved.