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

URL: https://discord-factory.com/
Submission Tags: phishingrod
Submission: On June 19 via api from DE — Scanned from DE

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 Get started

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 0
Projects 0

Online discord

members


TwitterGitHub

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