Sodium is an advanced v13.6.0 discord client.

Overview

Sodium Client

discord nodejs

➥ English

Sodium is an advanced open-source client template for 13.0.6 version of Discord. It's a strict typed client like TypeScript but only made with NodeJs. Sodium has multiple advanced handlers and classes for: Events, Commands, and fully customable in the client index.

➥ Français

Sodium est un template open-source de client pour la version 13.0.6 de Discord. C'est un client strictement typée comme TypeScript mais fait uniquement avec NodeJs. Sodium a plusieurs gestionnaires avancés et des classes pour: évènements, commands et est entièrement personnalisable dans l'index du client.

➥ Espagñol

Sodium es una plantilla de cliente avanzada de código abierto para la versión 13.0.6 de discord. Es de tipo estricto como TypeScript pero hecho con NodeJs. Sodium tiene múltiples manejadores avanzados y clases para: Eventos, Comandos, y totalmente personalizable en el índice del cliente.

How to use it

import { ExtandedClient } from "./src/structures/client.js";

export const EXTANDED_CLIENT = new ExtandedClient(
    {
        eventDir: '../events/', // Events file
        commandDir: '../commands/', // Command file
        clientToken: '', // You're client token
        clientOptions: { intents: 32767, presence: { activities: [{ type: 'COMPETING', name: 'Sodium Developpement' }] } } // Options you want (32767 intents to get all intents)
    }
);
You might also like...

A template for Discord.js V13 w/Webserver

Discord V13 için altyapı: HEROKU gibi hostingler için db dosyasını yedekleyip otomatikmen yeniden alır. Application command desteği Yedek sistemi. Sür

Jan 23, 2022

JavaScript / TypeScript templates for Discord.js v13, Slash Commands only!

discord.js-v13-template Slash Command Template Command Handler Events Handler Commands Example JavaScript Template TypeScript Template I will be const

Nov 15, 2022

Easy-to-use , actively maintained discord bot written in dJS V13 with customizable features

Easy-to-use , actively maintained discord bot written in dJS V13 with customizable features

Multi-purpose discord bot Found a bug? Notes There are some modules missing, you can still start the bot but there are some things within the source t

Nov 28, 2022

Erela.js & Discord.js@v13 (SLASH COMMAND!)

📄 READ THIS NEED USE WITH PREFIX? HERE: NanoSpace 📑 Short Feature Music System Playlists System Premium System Setup Request System Multi Languag

Jan 1, 2023

Discord Sanalını bırakmadan V13 Supportumu paylaşmak istedim star atarsanız beni mutlu edersiniz...

Discord Sanalını bırakmadan V13 Supportumu paylaşmak istedim star atarsanız beni mutlu edersiniz...

Ozi-Destek-Bots-V13 Discord Sanalını bırakmadan V13 Supportumu paylaşmak istedim star atarsanız beni mutlu edersiniz... Yapmanız gereken adımlar npm i

Dec 4, 2022

Discord.js V13 Slash Commands, Events , Button Handler

Discord.js V13 Slash Commands, Events , Button Handler

Discord-js-v13-handler An advanced discord.js v13 command/events handler. Environment Variables To run this project, you will need to add the followin

Oct 14, 2022

V13 Discord İşlemlerinizi kaydedip komut ile gösteren bot.

V13 Discord İşlemlerinizi kaydedip komut ile gösteren bot.

Legrox-Discord-Guard-Sicil-V13 Sunucuda yapılan işlemleri dataya kaydettirip komut ile gösteren bottur istediğiniz gibi kullanabilirsiniz! KURULUM Nod

Jun 12, 2022

discord.js v13 Gelişmiş Altyapı

discordjsv13GelismisAltyapi discord.js v13 Gelişmiş Altyapı İlk adım Dosya konumunda olan terminale npm i yazın. İkinci adım config.json doldurun. Orn

Jul 19, 2022

Discord.js v13 Register / Kayıt Botu

Bilgi Sunucularınızda kullanmanız için kodlanmış bu bot Kayıt/Register botu projesidir. Tamamen sunucunuzla uyumlu çalışması için tasarlanmıştır. Öner

Dec 30, 2022
Owner
illumiii
cool guy, multi-languages dev & algo optimizer
illumiii
v13 butonlu + mongodb'li register botudur. Sadece Merakımdan V13 uğraştım, devamı geleceğini düşünmüyorum. İstek üzerine yapılmıştır

Testleri yapılmıştır. Hiçbir hatası bulunmamaktadır. Starlarınızı bekliyorum. Yapmanız gereken adımlar settings.json dosyasının içindeki idleri doldur

null 1 Dec 20, 2022
OptiBOT - My discord.js V13 discord bot.

OptiBOT Just a discord.js v13 bot for my discord server. if you plan to use this bot for your server, dont. This i made this bot just for learning js

PrecisionEXTP 1 Jan 3, 2022
A unofficial discord.js fork for creating selfbots [Based on discord.js v13]

About discord.js-selfbot-v13 is a Node.js module that allows user accounts to interact with the Discord API v9. I don't take any responsibility for bl

March 7th 239 Jan 4, 2023
A feature-rich Giveaway Bot For Discord Written In Discord.js v13. Ft. Slash Commands & Buttons. Make Giveaways and…

Giveaway - Discord Bot A feature-rich Giveaway Bot For Discord Written In Discord.js v13. Ft. Slash Commands. Make Giveaways and more..! Explore the d

Chethan Yadav 27 Dec 5, 2022
Umut Bayraktar YouTube Özel Discord.js v13 Uyumlu Başvuru Botu Altyapısı, Glitch ve PC Uyumludur!

Discord.js v13 Başvuru Botu Umut Bayraktar Youtube Özel Discord.js v13 Başvuru Botu Altyapısı. Glitch.com'da Kullanacak İseniz .env İsimli Dosyaya Bot

Umut Bayraktar 6 May 31, 2022
Umut Bayraktar Youtube Özel Discord.js v13 Müzik Botu Altyapısı.

Discord.js v13 Müzik Botu Umut Bayraktar Youtube Özel Discord.js v13 Müzik Botu Altyapısı. .env İsimli Dosyaya Bot Tokeninizi Yazın ve Kullanın. Umut

Umut Bayraktar 8 May 31, 2022
Djs-paginate - Simpler discord.js v13 embed pagination tool

djs-paginate Simpler discord.js v13 embed pagination tool inspired by discordjs-button-pagination. Installation npm install @eugabrielsilva/djs-pagina

Gabriel Silva 1 Jan 4, 2022
Skeleton for a discord.js v13 bot written in TS with Slash Command support.

Discord.js v13 Bot Skeleton/Core This repository is a template for creating a Discord bot using Discord.js v13 with Slash Command support. This projec

Derock 6 Nov 2, 2022
Discord.js bot v13. Russian bot

Nutella-bot Discord.js bot v13. Russian bot Бот создан в России, он набирал популярность среди многих серверов. Завоевал 42 тысячи пользователей, и бы

null 6 Jun 5, 2022
A discord.js v13 bot for CreatorHub

CreatorBot A discord.js v13 bot for CreatorHub CreatorHub Discord Server CreatorHub is a growing community of content creators and gamers alike. The m

null 56 Dec 25, 2022