Golu (Ag-oss)

Ag-oss

Geek Repo

0

followers

0

following

0

stars

Github PK Tool:Github PK Tool

Golu's repositories

Invite-Manager

Invite manager is an open-source discord bot that allows you to track the invites of people who join your server.

Language:JavaScriptLicense:MITStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

Sunny

Discord.py bot for moderation, osu! and various other things.

License:MITStargazers:0Issues:0Issues:0

Discord.PY-Tutorials

The code for the discord.py tutorials on the MenuDocs youtube channel.

Stargazers:0Issues:0Issues:0

modbot-2

A supper laggy and buggy moderation Discord bot, to be hosted on Heroku, legit af

License:MITStargazers:0Issues:0Issues:0

tutbot

Hey gamers! If you're here you've probably watched my youtube tutorial series on discord.py bots!

Stargazers:0Issues:0Issues:0

updated-discord.py-tutorial

Official repo of the "Building a discord.py bot (2020)" series.

License:BSD-3-ClauseStargazers:0Issues:0Issues:0
Language:PythonLicense:GPL-3.0Stargazers:0Issues:0Issues:0

discord-bot-tutorial

Every link you found on my video description is here.

Stargazers:0Issues:0Issues:0

bot

The community bot for the Python Discord community

License:MITStargazers:0Issues:0Issues:0

nodejs-ex

node.js example

Stargazers:0Issues:0Issues:0

eslint-config-standard

ESLint Config for JavaScript Standard Style

License:MITStargazers:0Issues:0Issues:0

java-getting-started

Getting Started with Java on Heroku

License:MITStargazers:0Issues:0Issues:0

bot.jss

const Discord = require('discord.js'); const client = new Discord.Client(); client.on('ready', () => { console.log('I am ready!'); }); client.on('message', message => { if (message.content === 'ping') { message.reply('ping'); } }); // THIS MUST BE THIS WAY client.login(process.env.708919544437014538);//BOT_TOKEN is the Client Secret

Stargazers:0Issues:0Issues:0

procfile

worker: node bot.js

Stargazers:0Issues:0Issues:0

package.json

Get started Hosting a Discord.js bot for free using Heroku Mason Spring Mason Spring Aug 21, 2018 · 3 min read Introduction If you’ve used Discord for any substantial amount of time, you’ve probably interacted with a Discord bot. A Discord bot is an artificial user, one which can interact with normal Discord users through code. In this article I will be teaching you how to create an extremely basic Discord bot using Discord.js and hosting it, for free, on Heroku. Requirements A Discord Account A GitHub Account A Heroku Account Although this is all you need, I would also recommend that you grab the following: A JavaScript Code Editor (I prefer Brackets) Node.js Part 1: Creating Your Bot on Discord Step 1: Open the following link Step 2: Create a new application Step 3: Give your application a new name and image Step 4: Under the Bot tab, click Add Bot Step 5: Copy your Client ID and Secret to another location. Step 6: Invite your bot to a server using the following link: https://discordapp.com/oauth2/authorize?&client_id=YOUR_CLIENT_ID_HERE&scope=bot&permissions=0 Replace YOUR_CLIENT_ID_HERE with your Client ID Part 2: Creating the GitHub Repository Step 1: Create a new repository on GitHub. Step 2: Add a new file, bot.js containing the following: const Discord = require('discord.js'); const client = new Discord.Client(); client.on('ready', () => { console.log('I am ready!'); }); client.on('message', message => { if (message.content === 'ping') { message.reply('pong'); } }); // THIS MUST BE THIS WAY client.login(process.env.BOT_TOKEN);//BOT_TOKEN is the Client Secret Step 3: Add a new file, nam{ "name": "ModMail", "desicription": "Dm For Help!", "version": "0.0.0", "main": "bot.js", "scripts": { "start": "node bot.js" }, "dependencies": { "discord.js": "11.1.0", "request": "2.81.0" } }

Stargazers:0Issues:0Issues:0

bot.js

const Discord = require('discord.js'); const client = new Discord.Client(); client.on('ready', () => { console.log('I am ready!'); }); client.on('message', message => { if (message.content === 'ping') { message.reply('pong'); } }); // THIS MUST BE THIS WAY client.login(process.env.BOT_TOKEN);//BOT_TOKEN is the Client Secret

Stargazers:0Issues:0Issues:0

modmail-1

A feature rich discord Modmail bot

License:AGPL-3.0Stargazers:0Issues:0Issues:0

BioDepot-workflow-builder

:computer: GUI for creating bioinformatics workflows from :whale: Docker containers:

License:NOASSERTIONStargazers:0Issues:0Issues:0

robotic-nation-website

The official website of Robotic Nation

Stargazers:0Issues:0Issues:0

discord-bot-sitepoint

Discord Bot Code SitePoint

Stargazers:0Issues:0Issues:0

Modmail-docker

Modmail + Logviewer from Kyb3r

Stargazers:0Issues:0Issues:0

node-js-sample

This repository is deprecated. Head over to https://github.com/heroku/node-js-getting-started

Stargazers:0Issues:0Issues:0

Modbot-1

Modbot

Stargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

MusicBot-1

A Discord music bot with a clean interface, and that is easy to set up and run yourself

License:Apache-2.0Stargazers:0Issues:0Issues:0