This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Discord; | |
// Original work by Rapptz | |
// Copyright (c) 2015-2016 Rapptz | |
// Source: https://github.com/Rapptz/discord.py/commit/5f776f369d350c005d419925e89e9ef9e5ff94ee#diff-e42d1e46f30339be8fb6f28250923015 | |
// Copyright(c) 2017 Simon Farshid | |
// Permission is hereby granted, free of charge, to any person obtaining a | |
// copy of this software and associated documentation files (the "Software"), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Everybody Edits Rules: | |
In order to establish a healthy atmosphere for all players, there are rules and guidelines in place that everyone must follow. | |
The general community guidelines are as followes: | |
- Be nice to others and respect eachother. | |
- Do your best to keep a nice atmosphere in the game. | |
- Keep the chat safe for younger players. | |
- Do not spam or harass others. | |
- Report rule breakers using the /reportabuse command. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Private Sub WindowCommandReload_Click(sender As Object, e As RoutedEventArgs) Handles WindowCommandReload.Click | |
myUserControlEE.AxShockwaveFlashEE.Dispose() | |
myUserControlEE.AxShockwaveFlashEE = New AxShockwaveFlashObjects.AxShockwaveFlash With { | |
.Parent = myUserControlEE, | |
.Dock = Forms.DockStyle.Fill, | |
.AllowFullScreen = "true" | |
} | |
myUserControlEE.AxShockwaveFlashEE.AllowScriptAccess = "true" | |
myUserControlEE.AxShockwaveFlashEE.FlashVars = "roomname_url=PWX6IHxR1ibEI" | |
myUserControlEE.AxShockwaveFlashEE.Movie = "http://r.playerio.com/r/everybody-edits-su9rn58o40itdbnw69plyw/freegame.swf" |