Skip to content

Instantly share code, notes, and snippets.

View waff1es's full-sized avatar
💭
AFKing

Marcus Thelle Eikrem waff1es

💭
AFKing
  • Norway
View GitHub Profile
@waff1es
waff1es / BlueBot.rb
Last active October 23, 2018 21:29
the bot connects to discord and connects to whatever voice channel im in but it doesnt play any music ;_; |music_test works though
::RBNACL_LIBSODIUM_GEM_LIB_PATH = "C:/ruby22/libsodium.dll"
require 'discordrb'
require 'youtube-dl'
bot = Discordrb::Commands::CommandBot.new token: '<token here>', client_id: <client id here>, prefix: '|'
no_channel_warning = "You're not in a voice channel!"
bot.command :play do |event, songlink|
channel = event.user.voice_channel
@waff1es
waff1es / MyBot.cs
Last active May 14, 2019 13:03
The meme part does not work for some reason. Discord bot for those who don't know.
using Discord;
using Discord.Commands;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication1