Changed some namespaces, work on packages
This commit is contained in:
NadekoBot.Core
Common
Migrations
20161011200458_first.Designer.cs20161015005020_CurrencyTransaction.Designer.cs20161015102407_coc.Designer.cs20161019055137_MuteRoleName.Designer.cs20161107213222_Cleverbot.Designer.cs20161122100602_Greet and bye improved.Designer.cs20161127233843_PokeGame.Designer.cs20161213025624_mutedusers.Designer.cs20161224032833_logsettings.Designer.cs20170110111159_repeater-drop.Designer.cs20170110111302_repeater-new.Designer.cs20170110180534_protection.Designer.cs20170112185538_currency-modifications.Designer.cs20170118202307_ok-error-colors.Designer.cs20170122044958_waifus.Designer.cs20170213164350_guild-timezone-and-locale.Designer.cs20170222162505_dateadded.Designer.cs20170308033058_permsv2.Designer.cs20170310210952_unmute-timers.Designer.cs20170311054632_vcrole.Designer.cs20170318190018_crad-and-crdm.Designer.cs20170320090138_command-aliasing.Designer.cs20170330000613_warning-commands.Designer.cs20170331093025_startup-commands.Designer.cs20170401161600_slowmode-whitelist.Designer.cs20170401205753_patreon-rewards.Designer.cs20170405161814_flower-shop.Designer.cs20170408162851_game-voice-channel.Designer.cs20170409193757_gmod-and-cmod.Designer.cs20170501103455_patreon-id.Designer.cs20170528001839_permissions-version.Designer.cs20170530033406_guild-prefixes.Designer.cs20170612094138_verbose-errors.Designer.cs20170612234751_repeat time of day.Designer.cs20170613231358_maxdropamount.Designer.cs20170616154106_crstartswith.Designer.cs20170714021615_stream-role.Designer.cs20170719023924_streamrole-kw-bl-wl.Designer.cs20170721004230_nsfw-blacklist.Designer.cs20170722074959_cr-ca.Designer.cs20170814044636_waifu-items.Designer.cs20170815222316_mute-time-antispam.Designer.cs20170908230730_xp-and-clubs.Designer.cs20170911200031_lastXpGain.Designer.cs20170913022654_total-xp.Designer.cs20170915034808_club-admins.Designer.cs20170921185313_feeds.Designer.cs20170923002439_xprr-fix.Designer.csNadekoSqliteContextModelSnapshot.cs
Modules
Administration
Administration.csAutoAssignRoleCommands.cs
Common
DangerousCommands.csGameChannelCommands.csLogCommands.csMigrationCommands.csModuleCommands.csMuteCommands.csPlayingRotateCommands.csProtectionCommands.csRatelimitCommands.csSelfAssignedRolesCommands.csSelfCommands.csServerGreetCommands.csServices
AdministrationService.csAutoAssignRoleService.csGameVoiceChannelService.csGuildTimezoneService.csLogCommandService.csMuteService.csPackagesService.csPlayingRotateService.csProtectionService.csPruneService.csRatelimitService.csSelfService.csUserPunishService.csVcRoleService.csVplusTService.cs
UserPunishCommands.csVcRoleCommands.csVoicePlusTextCommands.csCustomReactions
Help
Permissions
Services
CommandHandler.csCurrencyService.cs
Database
IUnitOfWork.cs
DbService.csGreetSettingsService.csIBotConfigProvider.csIBotCredentials.csIDataCache.csIGoogleApiService.csIImagesService.csILocalization.csINService.csIStatsService.csModels
AntiProtection.csBotConfig.csClashCaller.csClashWar.csClubInfo.csCommandCooldown.csCommandCost.csCommandPrice.csConvertUnit.csCurrency.csCurrencyTransaction.csCustomReaction.csDbEntity.csDiscordUser.csDonator.csFeedSub.csFollowedStream.csGuildConfig.csIgnoredLogChannel.csLoadedPackage.csLogSetting.csMusicPlaylist.csPermission.csPlaylistSong.csPokeType.csQuote.csReminder.csRepeater.csRewardedUser.csSelfAssignableRole.csShopEntry.csStreamRoleSettings.csUserXpStats.csVoicePresenceChannel.csWaifu.csWaifuItem.csWaifuUpdate.csWarning.csXpSettings.cs
NadekoContext.csRepositories
IBotConfigRepository.csIClashOfClansRepository.csIClubRepository.csICurrencyRepository.csICurrencyTransactionsRepository.csICustomReactionRepository.csIDiscordUserRepository.csIDonatorsRepository.csIGuildConfigRepository.csIMusicPlaylistRepository.csIPokeGameRepository.csIQuoteRepository.csIReminderRepository.csIRepository.csISelfAssignedRolesRepository.csIUnitConverterRepository.csIWaifuRepository.csIWarningsRepository.csIXpRepository.cs
UnitOfWork.csImpl
BotConfigRepository.csClashOfClansRepository.csClubRepository.csCurrencyRepository.csCurrencyTransactionsRepository.csCustomReactionRepository.csDiscordUserRepository.csDonatorsRepository.csGuildConfigRepository.csMusicPlaylistRepository.csPokeGameRepository.csQuoteRepository.csReminderRepository.csRepository.csSelfAssignedRolesRepository.csUnitCOnverterRepository.csWaifuRepository.csWarningsRepository.csXpRepository.cs
Impl
BotConfigProvider.csBotCredentials.csGoogleApiService.csImagesService.csLocalization.csNadekoStrings.csRedisCache.csSoundCloudApiService.csStartingGuildsListService.csStatsService.csSyncPreconditionService.csYtdl.cs
LogSetup.csNadekoBot.csServiceProvider.csShardsCoordinator.cs_Extensions
NadekoBot.Modules.Gambling
AnimalRacingCommands.cs
Common
CurrencyEventsCommands.csDiceRollCommands.csFlipCoinCommands.csFlowerShopCommands.csGambling.csServices
SlotCommands.csWaifuClaimCommands.csWheelOfFortuneCommands.csNadekoBot.Modules.Games
CleverBotCommands.cs
Common
Games.csPlantAndPickCommands.csServices
TicTacToeCommands.csTriviaCommands.csNadekoBot.Modules.Music
NadekoBot.Modules.Pokemon
NadekoBot.Modules.Searches
NadekoBot.Modules.Utility
BotConfigCommands.csCommandMapCommands.cs
Common
Extensions
InfoCommands.csPatreonCommands.csQuoteCommands.csRemindCommands.csRepeatCommands.csServices
CommandMapService.csConverterService.csMessageRepeaterService.csPatreonRewardsService.csRemindService.csStreamRoleService.csVerboseErrorsService.cs
Utility.csNadekoBot.Modules.Xp
src/NadekoBot
@ -5,8 +5,8 @@ using System.Threading.Tasks;
|
||||
using Discord.WebSocket;
|
||||
using NadekoBot.Common.Collections;
|
||||
using NadekoBot.Extensions;
|
||||
using NadekoBot.Services;
|
||||
using NadekoBot.Services.Database.Models;
|
||||
using NadekoBot.Core.Services;
|
||||
using NadekoBot.Core.Services.Database.Models;
|
||||
using NLog;
|
||||
|
||||
namespace NadekoBot.Modules.Administration.Services
|
||||
|
Reference in New Issue
Block a user